Shades of Baker's Chocolate #5F2008
Tints of Baker's Chocolate #5F2008
RGB
CMYK
RGB Variations
Color information
#5F2008 (or 0x5F2008) is known color: Baker's Chocolate. HEX triplet: 5F, 20 and 08. RGB value is (95,32,8). Sum of RGB (Red+Green+Blue) = 95+32+8=135 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.37% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2008 is #A0DFF7. Grayscale: #303030. Windows color (decimal): -10543096 or 532575. OLE color: 532575.
HSL color Cylindrical-coordinate representation of color #5F2008: hue angle of 16.55º 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 #5F2008 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 32 | 8 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.63 |
| HSL | 16.55º | 0.84% | 0.2% | - |
| HSV(B) | 16.55º | 0.92% | 0.37% | - |
| XYZ | 5.28 | 3.48 | 0.62 | - |
| YUV | 48.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 8 | 0 | 0.66 | 0.92 | 0.63 | 16.55 | 0.84 | 0.2 |
| Hex | 5F | 20 | 8 | 0 | 42 | 5C | 3F | 11 | 54 | 14 |
| Octal | 137 | 40 | 10 | 0 | 102 | 134 | 77 | 21 | 124 | 24 |
| Binary | 1011111 | 100000 | 1000 | 0 | 1000010 | 1011100 | 111111 | 10001 | 1010100 | 10100 |
Color Harmonies of #5F2008
Complementary color
Monochromatic Colors of #5F2008
Black with #5F2008
Text Example
Text Example
White with #5F2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2008; }
p { color: rgb(95,32,8); }
H1.HeaderClassName
{
color: #5F2008;
}
.AnyTagClassName
{
color: #5F2008;
}
</style>
background-color css
<style>
a { background-color: #5F2008; }
a { background-color: rgb(95,32,8); }
div.DivClassName
{
background-color: #5F2008;
}
.BgClassName
{
background-color: #5F2008;
}
</style>
border-color css
<style>
span { border-color: #5F2008; }
span { border-color: rgb(95,32,8); }
td.TdClassName
{
border-color: #5F2008;
}
.TagClassName
{
border-color: #5F2008;
}
</style>