Shades of Baker's Chocolate #582B04
Tints of Baker's Chocolate #582B04
RGB
CMYK
RGB Variations
Color information
#582B04 (or 0x582B04) is known color: Baker's Chocolate. HEX triplet: 58, 2B and 04. RGB value is (88,43,4). Sum of RGB (Red+Green+Blue) = 88+43+4=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #582B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582B04 is #A7D4FB. Grayscale: #343434. Windows color (decimal): -10999036 or 273240. OLE color: 273240.
HSL color Cylindrical-coordinate representation of color #582B04: hue angle of 27.86º 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 #582B04 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 4 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.65 |
| HSL | 27.86º | 0.91% | 0.18% | - |
| HSV(B) | 27.86º | 0.95% | 0.35% | - |
| XYZ | 4.91 | 3.81 | 0.59 | - |
| YUV | 52.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 4 | 0 | 0.51 | 0.95 | 0.65 | 27.86 | 0.91 | 0.18 |
| Hex | 58 | 2B | 4 | 0 | 33 | 5F | 41 | 1C | 5B | 12 |
| Octal | 130 | 53 | 4 | 0 | 63 | 137 | 101 | 34 | 133 | 22 |
| Binary | 1011000 | 101011 | 100 | 0 | 110011 | 1011111 | 1000001 | 11100 | 1011011 | 10010 |
Color Harmonies of #582B04
Complementary color
Monochromatic Colors of #582B04
Black with #582B04
Text Example
Text Example
White with #582B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B04; }
p { color: rgb(88,43,4); }
H1.HeaderClassName
{
color: #582B04;
}
.AnyTagClassName
{
color: #582B04;
}
</style>
background-color css
<style>
a { background-color: #582B04; }
a { background-color: rgb(88,43,4); }
div.DivClassName
{
background-color: #582B04;
}
.BgClassName
{
background-color: #582B04;
}
</style>
border-color css
<style>
span { border-color: #582B04; }
span { border-color: rgb(88,43,4); }
td.TdClassName
{
border-color: #582B04;
}
.TagClassName
{
border-color: #582B04;
}
</style>