Shades of Baker's Chocolate #582400
Tints of Baker's Chocolate #582400
RGB
CMYK
RGB Variations
Color information
#582400 (or 0x582400) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 00. RGB value is (88,36,0). Sum of RGB (Red+Green+Blue) = 88+36+0=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #582400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582400 is #A7DBFF. Grayscale: #2F2F2F. Windows color (decimal): -11000832 or 9304. OLE color: 9304.
HSL color Cylindrical-coordinate representation of color #582400: hue angle of 24.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #582400 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 36 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.65 |
| HSL | 24.55º | 1% | 0.17% | - |
| HSV(B) | 24.55º | 1% | 0.35% | - |
| XYZ | 4.66 | 3.34 | 0.4 | - |
| YUV | 47.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 36 | 0 | 0 | 0.59 | 1 | 0.65 | 24.55 | 1 | 0.17 |
| Hex | 58 | 24 | 0 | 0 | 3B | 64 | 41 | 19 | 64 | 11 |
| Octal | 130 | 44 | 0 | 0 | 73 | 144 | 101 | 31 | 144 | 21 |
| Binary | 1011000 | 100100 | 0 | 0 | 111011 | 1100100 | 1000001 | 11001 | 1100100 | 10001 |
Color Harmonies of #582400
Complementary color
Monochromatic Colors of #582400
Black with #582400
Text Example
Text Example
White with #582400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582400; }
p { color: rgb(88,36,0); }
H1.HeaderClassName
{
color: #582400;
}
.AnyTagClassName
{
color: #582400;
}
</style>
background-color css
<style>
a { background-color: #582400; }
a { background-color: rgb(88,36,0); }
div.DivClassName
{
background-color: #582400;
}
.BgClassName
{
background-color: #582400;
}
</style>
border-color css
<style>
span { border-color: #582400; }
span { border-color: rgb(88,36,0); }
td.TdClassName
{
border-color: #582400;
}
.TagClassName
{
border-color: #582400;
}
</style>