#5F2915

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

Shades of Baker's Chocolate #5F2915

Tints of Baker's Chocolate #5F2915

Color information

#5F2915 (or 0x5F2915) is unknown color: approx Baker's Chocolate. HEX triplet: 5F, 29 and 15. RGB value is (95,41,21). Sum of RGB (Red+Green+Blue) = 95+41+21=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2915 is #A0D6EA. Grayscale: #373737. Windows color (decimal): -10540779 or 1386847. OLE color: 1386847.

HSL color Cylindrical-coordinate representation of color #5F2915: hue angle of 16.22º 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 #5F2915 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB954121-
CMYK00.570.780.63
HSL16.22º63.79%22.75%-
HSV(B)16.22º77.89%37.25%-
XYZ5.654.071.2-
YUV54.87108.89156.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.51%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=60.51%
G=26.11%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95412100.570.780.6316.2263.7922.75
Hex5F29150394E3F104017
Octal1375125071116772010027
Binary1011111101001101010111001100111011111110000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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