Html Css Color HEX #5F4214 Dark Brown

📋 copy color: '#5F4214'

red 95 ◦ green 66 ◦ blue 20

#5F4214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #5F4214

Tints of Dark Brown #5F4214

RGB

 RED value IS 95 (37.5% from 255) = 52.49%

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 52.49%
G = 36.46%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.63

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F4214 (or 0x5F4214) is known color: Dark Brown. HEX triplet: 5F, 42 and 14. RGB value is (95,66,20). Sum of RGB (Red+Green+Blue) = 95+66+20=181 (23% of max value = 765). Red value is 95 (37.5% from 255 or 52.49% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4214 is #A0BDEB. Grayscale: #454545. Windows color (decimal): -10534380 or 1327711. OLE color: 1327711.

HSL color Cylindrical-coordinate representation of color #5F4214: hue angle of 36.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F4214 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 66 20 -
CMYK 0 0.31 0.79 0.63
HSL 36.8º 0.65% 0.23% -
HSV(B) 36.8º 0.79% 0.37% -
XYZ 6.79 6.38 1.54 -
YUV 69.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 95 66 20 0 0.31 0.79 0.63 36.8 0.65 0.23
Hex 5F 42 14 0 1F 4F 3F 25 41 17
Octal 137 102 24 0 37 117 77 45 101 27
Binary 1011111 1000010 10100 0 11111 1001111 111111 100101 1000001 10111

Color Harmonies of #5F4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4214

Black with #5F4214

Text Example


Text Example

White with #5F4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4214; }

 p { color: rgb(95,66,20); }

 H1.HeaderClassName
 {
   color: #5F4214;
 }
 .AnyTagClassName
 {
   color: #5F4214;
 }
</style>

background-color css

<style>
 a { background-color: #5F4214; }

 a { background-color: rgb(95,66,20); }

 div.DivClassName
 {
   background-color: #5F4214;
 }
 .BgClassName
 {
   background-color: #5F4214;
 }
</style>

border-color css

<style>
 span { border-color: #5F4214; }

 span { border-color: rgb(95,66,20); }

 td.TdClassName
 {
   border-color: #5F4214;
 }
 .TagClassName
 {
   border-color: #5F4214;
 }
</style>