Shades of Baker's Chocolate #5F2B17
Tints of Baker's Chocolate #5F2B17
RGB
CMYK
RGB Variations
Color information
#5F2B17 (or 0x5F2B17) is known color: Baker's Chocolate. HEX triplet: 5F, 2B and 17. RGB value is (95,43,23). Sum of RGB (Red+Green+Blue) = 95+43+23=161 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.01% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2B17 is #A0D4E8. Grayscale: #383838. Windows color (decimal): -10540265 or 1518431. OLE color: 1518431.
HSL color Cylindrical-coordinate representation of color #5F2B17: hue angle of 16.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 #5F2B17 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 43 | 23 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.63 |
| HSL | 16.67º | 0.61% | 0.23% | - |
| HSV(B) | 16.67º | 0.76% | 0.37% | - |
| XYZ | 5.74 | 4.22 | 1.32 | - |
| YUV | 56.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 43 | 23 | 0 | 0.55 | 0.76 | 0.63 | 16.67 | 0.61 | 0.23 |
| Hex | 5F | 2B | 17 | 0 | 37 | 4C | 3F | 11 | 3D | 17 |
| Octal | 137 | 53 | 27 | 0 | 67 | 114 | 77 | 21 | 75 | 27 |
| Binary | 1011111 | 101011 | 10111 | 0 | 110111 | 1001100 | 111111 | 10001 | 111101 | 10111 |
Color Harmonies of #5F2B17
Complementary color
Monochromatic Colors of #5F2B17
Black with #5F2B17
Text Example
Text Example
White with #5F2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2B17; }
p { color: rgb(95,43,23); }
H1.HeaderClassName
{
color: #5F2B17;
}
.AnyTagClassName
{
color: #5F2B17;
}
</style>
background-color css
<style>
a { background-color: #5F2B17; }
a { background-color: rgb(95,43,23); }
div.DivClassName
{
background-color: #5F2B17;
}
.BgClassName
{
background-color: #5F2B17;
}
</style>
border-color css
<style>
span { border-color: #5F2B17; }
span { border-color: rgb(95,43,23); }
td.TdClassName
{
border-color: #5F2B17;
}
.TagClassName
{
border-color: #5F2B17;
}
</style>