Color Hex Logo

#743201 Color Hex

#743201
(116,50,1)
0 Favorites   0 Comments

Color spaces of #743201

RGB 116501
HSL0.070.980.23
HSV26°99°45°
CMYK 0.000.570.99   0.55
XYZ8.34855.99640.7461
Yxy5.99640.55320.3973
Hunter Lab24.487518.002515.3348
CIE-Lab29.403426.555140.0237

#743201 color RGB value is (116,50,1).

#743201 hex color red value is 116, green value is 50 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #743201 hue: 0.07 , saturation: 0.98 and the lightness value of 743201 is 0.23.

The process color (four color CMYK) of #743201 color hex is 0.00, 0.57, 0.99, 0.55. Web safe color of #743201 is #663300. Color #743201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 00000001
Octal 164 62 1
Decimal 116 50 1
Hex 74 32 1

RGB Percentages of Color #743201

%69.46
%29.94
%0.60

CMYK Percentages of Color #743201

%0
%57
%99
%55

Triadic Colors of #743201

#743201 #017432 #320174

Analogous Colors of #743201

#743201 #746c01 #74010a

Monochromatic Colors of #743201

#743201

Complementary Color

#743201 #014374

#743201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743201 Color CSS Codes

.mybgcolor {background-color:#743201; } 
.myforecolor {color:#743201; }
.mybordercolor {border:3px solid #743201; }

#743201 Text Font Color

<p style="color:#743201">Text here</p>

This sample text font color is #743201
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#743201 Background Color

<div style="background-color:#743201">
Div content here</div>

This div background color is #743201


#743201 Border Color

<div style="border:3px solid #743201">
Div here</div>

This div border color is #743201


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,50,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743201; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743201;
  -webkit-box-shadow: 1px 1px 3px 2px #743201;
  box-shadow:         1px 1px 3px 2px #743201; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,50,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #743201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #743201;
  -webkit-box-shadow: 1px 1px 3px 2px #743201;
  box-shadow:         1px 1px 3px 2px #743201;">
Div content here</div>

This div box has shadow with color #743201


Comments

No comments written yet.

Please login to write comment.