Shades of Baker's Chocolate #582D08
Tints of Baker's Chocolate #582D08
RGB
CMYK
RGB Variations
Color information
#582D08 (or 0x582D08) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 08. RGB value is (88,45,8). Sum of RGB (Red+Green+Blue) = 88+45+8=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #582D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D08 is #A7D2F7. Grayscale: #353535. Windows color (decimal): -10998520 or 535896. OLE color: 535896.
HSL color Cylindrical-coordinate representation of color #582D08: hue angle of 27.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #582D08 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 8 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.65 |
| HSL | 27.75º | 0.83% | 0.19% | - |
| HSV(B) | 27.75º | 0.91% | 0.35% | - |
| XYZ | 5.01 | 3.97 | 0.73 | - |
| YUV | 53.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 8 | 0 | 0.49 | 0.91 | 0.65 | 27.75 | 0.83 | 0.19 |
| Hex | 58 | 2D | 8 | 0 | 31 | 5B | 41 | 1C | 53 | 13 |
| Octal | 130 | 55 | 10 | 0 | 61 | 133 | 101 | 34 | 123 | 23 |
| Binary | 1011000 | 101101 | 1000 | 0 | 110001 | 1011011 | 1000001 | 11100 | 1010011 | 10011 |
Color Harmonies of #582D08
Complementary color
Monochromatic Colors of #582D08
Black with #582D08
Text Example
Text Example
White with #582D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D08; }
p { color: rgb(88,45,8); }
H1.HeaderClassName
{
color: #582D08;
}
.AnyTagClassName
{
color: #582D08;
}
</style>
background-color css
<style>
a { background-color: #582D08; }
a { background-color: rgb(88,45,8); }
div.DivClassName
{
background-color: #582D08;
}
.BgClassName
{
background-color: #582D08;
}
</style>
border-color css
<style>
span { border-color: #582D08; }
span { border-color: rgb(88,45,8); }
td.TdClassName
{
border-color: #582D08;
}
.TagClassName
{
border-color: #582D08;
}
</style>