Shades of Baker's Chocolate #582C10
Tints of Baker's Chocolate #582C10
RGB
CMYK
RGB Variations
Color information
#582C10 (or 0x582C10) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 10. RGB value is (88,44,16). Sum of RGB (Red+Green+Blue) = 88+44+16=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #582C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C10 is #A7D3EF. Grayscale: #363636. Windows color (decimal): -10998768 or 1059928. OLE color: 1059928.
HSL color Cylindrical-coordinate representation of color #582C10: hue angle of 23.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582C10 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 16 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.65 |
| HSL | 23.33º | 0.69% | 0.2% | - |
| HSV(B) | 23.33º | 0.82% | 0.35% | - |
| XYZ | 5.02 | 3.91 | 0.98 | - |
| YUV | 53.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 16 | 0 | 0.5 | 0.82 | 0.65 | 23.33 | 0.69 | 0.2 |
| Hex | 58 | 2C | 10 | 0 | 32 | 52 | 41 | 17 | 45 | 14 |
| Octal | 130 | 54 | 20 | 0 | 62 | 122 | 101 | 27 | 105 | 24 |
| Binary | 1011000 | 101100 | 10000 | 0 | 110010 | 1010010 | 1000001 | 10111 | 1000101 | 10100 |
Color Harmonies of #582C10
Complementary color
Monochromatic Colors of #582C10
Black with #582C10
Text Example
Text Example
White with #582C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C10; }
p { color: rgb(88,44,16); }
H1.HeaderClassName
{
color: #582C10;
}
.AnyTagClassName
{
color: #582C10;
}
</style>
background-color css
<style>
a { background-color: #582C10; }
a { background-color: rgb(88,44,16); }
div.DivClassName
{
background-color: #582C10;
}
.BgClassName
{
background-color: #582C10;
}
</style>
border-color css
<style>
span { border-color: #582C10; }
span { border-color: rgb(88,44,16); }
td.TdClassName
{
border-color: #582C10;
}
.TagClassName
{
border-color: #582C10;
}
</style>