Shades of Baker's Chocolate #582D17
Tints of Baker's Chocolate #582D17
RGB
CMYK
RGB Variations
Color information
#582D17 (or 0x582D17) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 17. RGB value is (88,45,23). Sum of RGB (Red+Green+Blue) = 88+45+23=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #582D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D17 is #A7D2E8. Grayscale: #373737. Windows color (decimal): -10998505 or 1518936. OLE color: 1518936.
HSL color Cylindrical-coordinate representation of color #582D17: hue angle of 20.31º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582D17 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 23 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.65 |
| HSL | 20.31º | 0.59% | 0.22% | - |
| HSV(B) | 20.31º | 0.74% | 0.35% | - |
| XYZ | 5.12 | 4.01 | 1.32 | - |
| YUV | 55.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 23 | 0 | 0.49 | 0.74 | 0.65 | 20.31 | 0.59 | 0.22 |
| Hex | 58 | 2D | 17 | 0 | 31 | 4A | 41 | 14 | 3B | 16 |
| Octal | 130 | 55 | 27 | 0 | 61 | 112 | 101 | 24 | 73 | 26 |
| Binary | 1011000 | 101101 | 10111 | 0 | 110001 | 1001010 | 1000001 | 10100 | 111011 | 10110 |
Color Harmonies of #582D17
Complementary color
Monochromatic Colors of #582D17
Black with #582D17
Text Example
Text Example
White with #582D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D17; }
p { color: rgb(88,45,23); }
H1.HeaderClassName
{
color: #582D17;
}
.AnyTagClassName
{
color: #582D17;
}
</style>
background-color css
<style>
a { background-color: #582D17; }
a { background-color: rgb(88,45,23); }
div.DivClassName
{
background-color: #582D17;
}
.BgClassName
{
background-color: #582D17;
}
</style>
border-color css
<style>
span { border-color: #582D17; }
span { border-color: rgb(88,45,23); }
td.TdClassName
{
border-color: #582D17;
}
.TagClassName
{
border-color: #582D17;
}
</style>