Shades of Baker's Chocolate #582504
Tints of Baker's Chocolate #582504
RGB
CMYK
RGB Variations
Color information
#582504 (or 0x582504) is known color: Baker's Chocolate. HEX triplet: 58, 25 and 04. RGB value is (88,37,4). Sum of RGB (Red+Green+Blue) = 88+37+4=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #582504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582504 is #A7DAFB. Grayscale: #303030. Windows color (decimal): -11000572 or 271704. OLE color: 271704.
HSL color Cylindrical-coordinate representation of color #582504: hue angle of 23.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #582504 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 37 | 4 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.65 |
| HSL | 23.57º | 0.91% | 0.18% | - |
| HSV(B) | 23.57º | 0.95% | 0.35% | - |
| XYZ | 4.71 | 3.41 | 0.52 | - |
| YUV | 48.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 4 | 0 | 0.58 | 0.95 | 0.65 | 23.57 | 0.91 | 0.18 |
| Hex | 58 | 25 | 4 | 0 | 3A | 5F | 41 | 18 | 5B | 12 |
| Octal | 130 | 45 | 4 | 0 | 72 | 137 | 101 | 30 | 133 | 22 |
| Binary | 1011000 | 100101 | 100 | 0 | 111010 | 1011111 | 1000001 | 11000 | 1011011 | 10010 |
Color Harmonies of #582504
Complementary color
Monochromatic Colors of #582504
Black with #582504
Text Example
Text Example
White with #582504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582504; }
p { color: rgb(88,37,4); }
H1.HeaderClassName
{
color: #582504;
}
.AnyTagClassName
{
color: #582504;
}
</style>
background-color css
<style>
a { background-color: #582504; }
a { background-color: rgb(88,37,4); }
div.DivClassName
{
background-color: #582504;
}
.BgClassName
{
background-color: #582504;
}
</style>
border-color css
<style>
span { border-color: #582504; }
span { border-color: rgb(88,37,4); }
td.TdClassName
{
border-color: #582504;
}
.TagClassName
{
border-color: #582504;
}
</style>