Shades of Baker's Chocolate #582E15
Tints of Baker's Chocolate #582E15
RGB
CMYK
RGB Variations
Color information
#582E15 (or 0x582E15) is known color: Baker's Chocolate. HEX triplet: 58, 2E and 15. RGB value is (88,46,21). Sum of RGB (Red+Green+Blue) = 88+46+21=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #582E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E15 is #A7D1EA. Grayscale: #373737. Windows color (decimal): -10998251 or 1388120. OLE color: 1388120.
HSL color Cylindrical-coordinate representation of color #582E15: hue angle of 22.39º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #582E15 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 46 | 21 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.65 |
| HSL | 22.39º | 0.61% | 0.21% | - |
| HSV(B) | 22.39º | 0.76% | 0.35% | - |
| XYZ | 5.14 | 4.08 | 1.23 | - |
| YUV | 55.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 46 | 21 | 0 | 0.48 | 0.76 | 0.65 | 22.39 | 0.61 | 0.21 |
| Hex | 58 | 2E | 15 | 0 | 30 | 4C | 41 | 16 | 3D | 15 |
| Octal | 130 | 56 | 25 | 0 | 60 | 114 | 101 | 26 | 75 | 25 |
| Binary | 1011000 | 101110 | 10101 | 0 | 110000 | 1001100 | 1000001 | 10110 | 111101 | 10101 |
Color Harmonies of #582E15
Complementary color
Monochromatic Colors of #582E15
Black with #582E15
Text Example
Text Example
White with #582E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582E15; }
p { color: rgb(88,46,21); }
H1.HeaderClassName
{
color: #582E15;
}
.AnyTagClassName
{
color: #582E15;
}
</style>
background-color css
<style>
a { background-color: #582E15; }
a { background-color: rgb(88,46,21); }
div.DivClassName
{
background-color: #582E15;
}
.BgClassName
{
background-color: #582E15;
}
</style>
border-color css
<style>
span { border-color: #582E15; }
span { border-color: rgb(88,46,21); }
td.TdClassName
{
border-color: #582E15;
}
.TagClassName
{
border-color: #582E15;
}
</style>