Shades of Baker's Chocolate #5F3516
Tints of Baker's Chocolate #5F3516
RGB
CMYK
RGB Variations
Color information
#5F3516 (or 0x5F3516) is known color: Baker's Chocolate. HEX triplet: 5F, 35 and 16. RGB value is (95,53,22). Sum of RGB (Red+Green+Blue) = 95+53+22=170 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.88% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3516 is #A0CAE9. Grayscale: #3E3E3E. Windows color (decimal): -10537706 or 1455455. OLE color: 1455455.
HSL color Cylindrical-coordinate representation of color #5F3516: hue angle of 25.48º 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 #5F3516 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 22 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.63 |
| HSL | 25.48º | 0.62% | 0.23% | - |
| HSV(B) | 25.48º | 0.77% | 0.37% | - |
| XYZ | 6.14 | 5.04 | 1.41 | - |
| YUV | 62.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 22 | 0 | 0.44 | 0.77 | 0.63 | 25.48 | 0.62 | 0.23 |
| Hex | 5F | 35 | 16 | 0 | 2C | 4D | 3F | 19 | 3E | 17 |
| Octal | 137 | 65 | 26 | 0 | 54 | 115 | 77 | 31 | 76 | 27 |
| Binary | 1011111 | 110101 | 10110 | 0 | 101100 | 1001101 | 111111 | 11001 | 111110 | 10111 |
Color Harmonies of #5F3516
Complementary color
Monochromatic Colors of #5F3516
Black with #5F3516
Text Example
Text Example
White with #5F3516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3516; }
p { color: rgb(95,53,22); }
H1.HeaderClassName
{
color: #5F3516;
}
.AnyTagClassName
{
color: #5F3516;
}
</style>
background-color css
<style>
a { background-color: #5F3516; }
a { background-color: rgb(95,53,22); }
div.DivClassName
{
background-color: #5F3516;
}
.BgClassName
{
background-color: #5F3516;
}
</style>
border-color css
<style>
span { border-color: #5F3516; }
span { border-color: rgb(95,53,22); }
td.TdClassName
{
border-color: #5F3516;
}
.TagClassName
{
border-color: #5F3516;
}
</style>