Shades of Baker's Chocolate #5F3717
Tints of Baker's Chocolate #5F3717
RGB
CMYK
RGB Variations
Color information
#5F3717 (or 0x5F3717) is known color: Baker's Chocolate. HEX triplet: 5F, 37 and 17. RGB value is (95,55,23). Sum of RGB (Red+Green+Blue) = 95+55+23=173 (22% of max value = 765). Red value is 95 (37.5% from 255 or 54.91% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F3717 is #A0C8E8. Grayscale: #3F3F3F. Windows color (decimal): -10537193 or 1521503. OLE color: 1521503.
HSL color Cylindrical-coordinate representation of color #5F3717: hue angle of 26.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F3717 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 55 | 23 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.63 |
| HSL | 26.67º | 0.61% | 0.23% | - |
| HSV(B) | 26.67º | 0.76% | 0.37% | - |
| XYZ | 6.24 | 5.23 | 1.49 | - |
| YUV | 63.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 23 | 0 | 0.42 | 0.76 | 0.63 | 26.67 | 0.61 | 0.23 |
| Hex | 5F | 37 | 17 | 0 | 2A | 4C | 3F | 1B | 3D | 17 |
| Octal | 137 | 67 | 27 | 0 | 52 | 114 | 77 | 33 | 75 | 27 |
| Binary | 1011111 | 110111 | 10111 | 0 | 101010 | 1001100 | 111111 | 11011 | 111101 | 10111 |
Color Harmonies of #5F3717
Complementary color
Monochromatic Colors of #5F3717
Black with #5F3717
Text Example
Text Example
White with #5F3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3717; }
p { color: rgb(95,55,23); }
H1.HeaderClassName
{
color: #5F3717;
}
.AnyTagClassName
{
color: #5F3717;
}
</style>
background-color css
<style>
a { background-color: #5F3717; }
a { background-color: rgb(95,55,23); }
div.DivClassName
{
background-color: #5F3717;
}
.BgClassName
{
background-color: #5F3717;
}
</style>
border-color css
<style>
span { border-color: #5F3717; }
span { border-color: rgb(95,55,23); }
td.TdClassName
{
border-color: #5F3717;
}
.TagClassName
{
border-color: #5F3717;
}
</style>