Shades of Baker's Chocolate #582C16
Tints of Baker's Chocolate #582C16
RGB
CMYK
RGB Variations
Color information
#582C16 (or 0x582C16) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 16. RGB value is (88,44,22). Sum of RGB (Red+Green+Blue) = 88+44+22=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C16 is #A7D3E9. Grayscale: #363636. Windows color (decimal): -10998762 or 1453144. OLE color: 1453144.
HSL color Cylindrical-coordinate representation of color #582C16: hue angle of 20º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #582C16 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 22 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.65 |
| HSL | 20º | 0.6% | 0.22% | - |
| HSV(B) | 20º | 0.75% | 0.35% | - |
| XYZ | 5.07 | 3.93 | 1.25 | - |
| YUV | 54.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 22 | 0 | 0.5 | 0.75 | 0.65 | 20 | 0.6 | 0.22 |
| Hex | 58 | 2C | 16 | 0 | 32 | 4B | 41 | 14 | 3C | 16 |
| Octal | 130 | 54 | 26 | 0 | 62 | 113 | 101 | 24 | 74 | 26 |
| Binary | 1011000 | 101100 | 10110 | 0 | 110010 | 1001011 | 1000001 | 10100 | 111100 | 10110 |
Color Harmonies of #582C16
Complementary color
Monochromatic Colors of #582C16
Black with #582C16
Text Example
Text Example
White with #582C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C16; }
p { color: rgb(88,44,22); }
H1.HeaderClassName
{
color: #582C16;
}
.AnyTagClassName
{
color: #582C16;
}
</style>
background-color css
<style>
a { background-color: #582C16; }
a { background-color: rgb(88,44,22); }
div.DivClassName
{
background-color: #582C16;
}
.BgClassName
{
background-color: #582C16;
}
</style>
border-color css
<style>
span { border-color: #582C16; }
span { border-color: rgb(88,44,22); }
td.TdClassName
{
border-color: #582C16;
}
.TagClassName
{
border-color: #582C16;
}
</style>