Shades of Baker's Chocolate #5F2D10
Tints of Baker's Chocolate #5F2D10
RGB
CMYK
RGB Variations
Color information
#5F2D10 (or 0x5F2D10) is known color: Baker's Chocolate. HEX triplet: 5F, 2D and 10. RGB value is (95,45,16). Sum of RGB (Red+Green+Blue) = 95+45+16=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2D10 is #A0D2EF. Grayscale: #383838. Windows color (decimal): -10539760 or 1060191. OLE color: 1060191.
HSL color Cylindrical-coordinate representation of color #5F2D10: hue angle of 22.03º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F2D10 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 45 | 16 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.63 |
| HSL | 22.03º | 0.71% | 0.22% | - |
| HSV(B) | 22.03º | 0.83% | 0.37% | - |
| XYZ | 5.75 | 4.35 | 1.03 | - |
| YUV | 56.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 45 | 16 | 0 | 0.53 | 0.83 | 0.63 | 22.03 | 0.71 | 0.22 |
| Hex | 5F | 2D | 10 | 0 | 35 | 53 | 3F | 16 | 47 | 16 |
| Octal | 137 | 55 | 20 | 0 | 65 | 123 | 77 | 26 | 107 | 26 |
| Binary | 1011111 | 101101 | 10000 | 0 | 110101 | 1010011 | 111111 | 10110 | 1000111 | 10110 |
Color Harmonies of #5F2D10
Complementary color
Monochromatic Colors of #5F2D10
Black with #5F2D10
Text Example
Text Example
White with #5F2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2D10; }
p { color: rgb(95,45,16); }
H1.HeaderClassName
{
color: #5F2D10;
}
.AnyTagClassName
{
color: #5F2D10;
}
</style>
background-color css
<style>
a { background-color: #5F2D10; }
a { background-color: rgb(95,45,16); }
div.DivClassName
{
background-color: #5F2D10;
}
.BgClassName
{
background-color: #5F2D10;
}
</style>
border-color css
<style>
span { border-color: #5F2D10; }
span { border-color: rgb(95,45,16); }
td.TdClassName
{
border-color: #5F2D10;
}
.TagClassName
{
border-color: #5F2D10;
}
</style>