Shades of Baker's Chocolate #5F2908
Tints of Baker's Chocolate #5F2908
RGB
CMYK
RGB Variations
Color information
#5F2908 (or 0x5F2908) is known color: Baker's Chocolate. HEX triplet: 5F, 29 and 08. RGB value is (95,41,8). Sum of RGB (Red+Green+Blue) = 95+41+8=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2908 is #A0D6F7. Grayscale: #353535. Windows color (decimal): -10540792 or 534879. OLE color: 534879.
HSL color Cylindrical-coordinate representation of color #5F2908: hue angle of 22.76º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F2908 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 41 | 8 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.63 |
| HSL | 22.76º | 0.84% | 0.2% | - |
| HSV(B) | 22.76º | 0.92% | 0.37% | - |
| XYZ | 5.56 | 4.04 | 0.72 | - |
| YUV | 53.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 8 | 0 | 0.57 | 0.92 | 0.63 | 22.76 | 0.84 | 0.2 |
| Hex | 5F | 29 | 8 | 0 | 39 | 5C | 3F | 17 | 54 | 14 |
| Octal | 137 | 51 | 10 | 0 | 71 | 134 | 77 | 27 | 124 | 24 |
| Binary | 1011111 | 101001 | 1000 | 0 | 111001 | 1011100 | 111111 | 10111 | 1010100 | 10100 |
Color Harmonies of #5F2908
Complementary color
Monochromatic Colors of #5F2908
Black with #5F2908
Text Example
Text Example
White with #5F2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2908; }
p { color: rgb(95,41,8); }
H1.HeaderClassName
{
color: #5F2908;
}
.AnyTagClassName
{
color: #5F2908;
}
</style>
background-color css
<style>
a { background-color: #5F2908; }
a { background-color: rgb(95,41,8); }
div.DivClassName
{
background-color: #5F2908;
}
.BgClassName
{
background-color: #5F2908;
}
</style>
border-color css
<style>
span { border-color: #5F2908; }
span { border-color: rgb(95,41,8); }
td.TdClassName
{
border-color: #5F2908;
}
.TagClassName
{
border-color: #5F2908;
}
</style>