Shades of Baker's Chocolate #582C19
Tints of Baker's Chocolate #582C19
RGB
CMYK
RGB Variations
Color information
#582C19 (or 0x582C19) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 19. RGB value is (88,44,25). Sum of RGB (Red+Green+Blue) = 88+44+25=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #582C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C19 is #A7D3E6. Grayscale: #373737. Windows color (decimal): -10998759 or 1649752. OLE color: 1649752.
HSL color Cylindrical-coordinate representation of color #582C19: hue angle of 18.1º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #582C19 is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 25 | - |
| CMYK | 0 | 0.5 | 0.72 | 0.65 |
| HSL | 18.1º | 0.56% | 0.22% | - |
| HSV(B) | 18.1º | 0.72% | 0.35% | - |
| XYZ | 5.1 | 3.95 | 1.41 | - |
| YUV | 54.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 25 | 0 | 0.5 | 0.72 | 0.65 | 18.1 | 0.56 | 0.22 |
| Hex | 58 | 2C | 19 | 0 | 32 | 48 | 41 | 12 | 38 | 16 |
| Octal | 130 | 54 | 31 | 0 | 62 | 110 | 101 | 22 | 70 | 26 |
| Binary | 1011000 | 101100 | 11001 | 0 | 110010 | 1001000 | 1000001 | 10010 | 111000 | 10110 |
Color Harmonies of #582C19
Complementary color
Monochromatic Colors of #582C19
Black with #582C19
Text Example
Text Example
White with #582C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C19; }
p { color: rgb(88,44,25); }
H1.HeaderClassName
{
color: #582C19;
}
.AnyTagClassName
{
color: #582C19;
}
</style>
background-color css
<style>
a { background-color: #582C19; }
a { background-color: rgb(88,44,25); }
div.DivClassName
{
background-color: #582C19;
}
.BgClassName
{
background-color: #582C19;
}
</style>
border-color css
<style>
span { border-color: #582C19; }
span { border-color: rgb(88,44,25); }
td.TdClassName
{
border-color: #582C19;
}
.TagClassName
{
border-color: #582C19;
}
</style>