Shades of Baker's Chocolate #5F3C16
Tints of Baker's Chocolate #5F3C16
RGB
CMYK
RGB Variations
Color information
#5F3C16 (or 0x5F3C16) is known color: Baker's Chocolate. HEX triplet: 5F, 3C and 16. RGB value is (95,60,22). Sum of RGB (Red+Green+Blue) = 95+60+22=177 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.67% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3C16 is #A0C3E9. Grayscale: #424242. Windows color (decimal): -10535914 or 1457247. OLE color: 1457247.
HSL color Cylindrical-coordinate representation of color #5F3C16: hue angle of 31.23º 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 #5F3C16 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 60 | 22 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.63 |
| HSL | 31.23º | 0.62% | 0.23% | - |
| HSV(B) | 31.23º | 0.77% | 0.37% | - |
| XYZ | 6.48 | 5.72 | 1.52 | - |
| YUV | 66.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 22 | 0 | 0.37 | 0.77 | 0.63 | 31.23 | 0.62 | 0.23 |
| Hex | 5F | 3C | 16 | 0 | 25 | 4D | 3F | 1F | 3E | 17 |
| Octal | 137 | 74 | 26 | 0 | 45 | 115 | 77 | 37 | 76 | 27 |
| Binary | 1011111 | 111100 | 10110 | 0 | 100101 | 1001101 | 111111 | 11111 | 111110 | 10111 |
Color Harmonies of #5F3C16
Complementary color
Monochromatic Colors of #5F3C16
Black with #5F3C16
Text Example
Text Example
White with #5F3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3C16; }
p { color: rgb(95,60,22); }
H1.HeaderClassName
{
color: #5F3C16;
}
.AnyTagClassName
{
color: #5F3C16;
}
</style>
background-color css
<style>
a { background-color: #5F3C16; }
a { background-color: rgb(95,60,22); }
div.DivClassName
{
background-color: #5F3C16;
}
.BgClassName
{
background-color: #5F3C16;
}
</style>
border-color css
<style>
span { border-color: #5F3C16; }
span { border-color: rgb(95,60,22); }
td.TdClassName
{
border-color: #5F3C16;
}
.TagClassName
{
border-color: #5F3C16;
}
</style>