Shades of Baker's Chocolate #5F2800
Tints of Baker's Chocolate #5F2800
RGB
CMYK
RGB Variations
Color information
#5F2800 (or 0x5F2800) is known color: Baker's Chocolate. HEX triplet: 5F, 28 and 00. RGB value is (95,40,0). Sum of RGB (Red+Green+Blue) = 95+40+0=135 (17% of max value = 765). Red value is 95 (37.5% from 255 or 70.37% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F2800 is #A0D7FF. Grayscale: #343434. Windows color (decimal): -10541056 or 10335. OLE color: 10335.
HSL color Cylindrical-coordinate representation of color #5F2800: hue angle of 25.26º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F2800 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 40 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.63 |
| HSL | 25.26º | 1% | 0.19% | - |
| HSV(B) | 25.26º | 1% | 0.37% | - |
| XYZ | 5.48 | 3.95 | 0.47 | - |
| YUV | 51.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 0 | 0 | 0.58 | 1 | 0.63 | 25.26 | 1 | 0.19 |
| Hex | 5F | 28 | 0 | 0 | 3A | 64 | 3F | 19 | 64 | 13 |
| Octal | 137 | 50 | 0 | 0 | 72 | 144 | 77 | 31 | 144 | 23 |
| Binary | 1011111 | 101000 | 0 | 0 | 111010 | 1100100 | 111111 | 11001 | 1100100 | 10011 |
Color Harmonies of #5F2800
Complementary color
Monochromatic Colors of #5F2800
Black with #5F2800
Text Example
Text Example
White with #5F2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2800; }
p { color: rgb(95,40,0); }
H1.HeaderClassName
{
color: #5F2800;
}
.AnyTagClassName
{
color: #5F2800;
}
</style>
background-color css
<style>
a { background-color: #5F2800; }
a { background-color: rgb(95,40,0); }
div.DivClassName
{
background-color: #5F2800;
}
.BgClassName
{
background-color: #5F2800;
}
</style>
border-color css
<style>
span { border-color: #5F2800; }
span { border-color: rgb(95,40,0); }
td.TdClassName
{
border-color: #5F2800;
}
.TagClassName
{
border-color: #5F2800;
}
</style>