Html Css Color HEX #5F4215 Dark Brown

📋 copy color: '#5F4215'

red 95 ◦ green 66 ◦ blue 21

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

Shades of Dark Brown #5F4215

Tints of Dark Brown #5F4215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 52.2%
G = 36.26%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#5F4215 (or 0x5F4215) is known color: Dark Brown. HEX triplet: 5F, 42 and 15. RGB value is (95,66,21). Sum of RGB (Red+Green+Blue) = 95+66+21=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F4215 is #A0BDEA. Grayscale: #454545. Windows color (decimal): -10534379 or 1393247. OLE color: 1393247.

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

Color convert

RGB 95 66 21 -
CMYK 0 0.31 0.78 0.63
HSL 36.49º 0.64% 0.23% -
HSV(B) 36.49º 0.78% 0.37% -
XYZ 6.8 6.38 1.58 -
YUV 69.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 95 66 21 0 0.31 0.78 0.63 36.49 0.64 0.23
Hex 5F 42 15 0 1F 4E 3F 24 40 17
Octal 137 102 25 0 37 116 77 44 100 27
Binary 1011111 1000010 10101 0 11111 1001110 111111 100100 1000000 10111

Color Harmonies of #5F4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4215

Black with #5F4215

Text Example


Text Example

White with #5F4215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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