Shades of Baker's Chocolate #582001
Tints of Baker's Chocolate #582001
RGB
CMYK
RGB Variations
Color information
#582001 (or 0x582001) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 01. RGB value is (88,32,1). Sum of RGB (Red+Green+Blue) = 88+32+1=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #582001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582001 is #A7DFFE. Grayscale: #2D2D2D. Windows color (decimal): -11001855 or 73816. OLE color: 73816.
HSL color Cylindrical-coordinate representation of color #582001: hue angle of 21.38º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #582001 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 32 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.65 |
| HSL | 21.38º | 0.98% | 0.17% | - |
| HSV(B) | 21.38º | 0.99% | 0.35% | - |
| XYZ | 4.55 | 3.11 | 0.39 | - |
| YUV | 45.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 32 | 1 | 0 | 0.64 | 0.99 | 0.65 | 21.38 | 0.98 | 0.17 |
| Hex | 58 | 20 | 1 | 0 | 40 | 63 | 41 | 15 | 62 | 11 |
| Octal | 130 | 40 | 1 | 0 | 100 | 143 | 101 | 25 | 142 | 21 |
| Binary | 1011000 | 100000 | 1 | 0 | 1000000 | 1100011 | 1000001 | 10101 | 1100010 | 10001 |
Color Harmonies of #582001
Complementary color
Monochromatic Colors of #582001
Black with #582001
Text Example
Text Example
White with #582001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582001; }
p { color: rgb(88,32,1); }
H1.HeaderClassName
{
color: #582001;
}
.AnyTagClassName
{
color: #582001;
}
</style>
background-color css
<style>
a { background-color: #582001; }
a { background-color: rgb(88,32,1); }
div.DivClassName
{
background-color: #582001;
}
.BgClassName
{
background-color: #582001;
}
</style>
border-color css
<style>
span { border-color: #582001; }
span { border-color: rgb(88,32,1); }
td.TdClassName
{
border-color: #582001;
}
.TagClassName
{
border-color: #582001;
}
</style>