Shades of Baker's Chocolate #5F2E11
Tints of Baker's Chocolate #5F2E11
RGB
CMYK
RGB Variations
Color information
#5F2E11 (or 0x5F2E11) is known color: Baker's Chocolate. HEX triplet: 5F, 2E and 11. RGB value is (95,46,17). Sum of RGB (Red+Green+Blue) = 95+46+17=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2E11 is #A0D1EE. Grayscale: #393939. Windows color (decimal): -10539503 or 1125983. OLE color: 1125983.
HSL color Cylindrical-coordinate representation of color #5F2E11: hue angle of 22.31º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F2E11 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 46 | 17 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.63 |
| HSL | 22.31º | 0.7% | 0.22% | - |
| HSV(B) | 22.31º | 0.82% | 0.37% | - |
| XYZ | 5.8 | 4.43 | 1.08 | - |
| YUV | 57.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 17 | 0 | 0.52 | 0.82 | 0.63 | 22.31 | 0.7 | 0.22 |
| Hex | 5F | 2E | 11 | 0 | 34 | 52 | 3F | 16 | 46 | 16 |
| Octal | 137 | 56 | 21 | 0 | 64 | 122 | 77 | 26 | 106 | 26 |
| Binary | 1011111 | 101110 | 10001 | 0 | 110100 | 1010010 | 111111 | 10110 | 1000110 | 10110 |
Color Harmonies of #5F2E11
Complementary color
Monochromatic Colors of #5F2E11
Black with #5F2E11
Text Example
Text Example
White with #5F2E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2E11; }
p { color: rgb(95,46,17); }
H1.HeaderClassName
{
color: #5F2E11;
}
.AnyTagClassName
{
color: #5F2E11;
}
</style>
background-color css
<style>
a { background-color: #5F2E11; }
a { background-color: rgb(95,46,17); }
div.DivClassName
{
background-color: #5F2E11;
}
.BgClassName
{
background-color: #5F2E11;
}
</style>
border-color css
<style>
span { border-color: #5F2E11; }
span { border-color: rgb(95,46,17); }
td.TdClassName
{
border-color: #5F2E11;
}
.TagClassName
{
border-color: #5F2E11;
}
</style>