#5F2A16

Color #5F2A16 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5F2A16

Tints of Baker's Chocolate #5F2A16

Color information

#5F2A16 (or 0x5F2A16) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 2A and 16. RGB value is (95,42,22). Sum of RGB (Red+Green+Blue) = 95+42+22=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2A16 is #A0D5E9. Grayscale: #373737. Windows color (decimal): -10540522 or 1452639. OLE color: 1452639.

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

Color convert

RGB954222-
CMYK00.560.770.63
HSL16.44º62.39%22.94%-
HSV(B)16.44º76.84%37.25%-
XYZ5.694.151.26-
YUV55.57109.06156.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.75%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=59.75%
G=26.42%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95422200.560.770.6316.4462.3922.94
Hex5F2A160384D3F103e17
Octal137522607011577207627
Binary101111110101010110011100010011011111111000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,42,22); }

 H1.HeaderClassName
 {
   color: #5F2A16;
 }
 .AnyTagClassName
 {
   color: #5F2A16;
 }
</style>
background-color css

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

 a { background-color: rgb(95,42,22); }

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

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

 span { border-color: rgb(95,42,22); }

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