Shades of Baker's Chocolate #592C19
Tints of Baker's Chocolate #592C19
RGB
CMYK
RGB Variations
Color information
#592C19 (or 0x592C19) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 19. RGB value is (89,44,25). Sum of RGB (Red+Green+Blue) = 89+44+25=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #592C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C19 is #A6D3E6. Grayscale: #373737. Windows color (decimal): -10933223 or 1649753. OLE color: 1649753.
HSL color Cylindrical-coordinate representation of color #592C19: hue angle of 17.81º 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 #592C19 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 25 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.65 |
| HSL | 17.81º | 0.56% | 0.22% | - |
| HSV(B) | 17.81º | 0.72% | 0.35% | - |
| XYZ | 5.2 | 4 | 1.42 | - |
| YUV | 55.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 25 | 0 | 0.51 | 0.72 | 0.65 | 17.81 | 0.56 | 0.22 |
| Hex | 59 | 2C | 19 | 0 | 33 | 48 | 41 | 12 | 38 | 16 |
| Octal | 131 | 54 | 31 | 0 | 63 | 110 | 101 | 22 | 70 | 26 |
| Binary | 1011001 | 101100 | 11001 | 0 | 110011 | 1001000 | 1000001 | 10010 | 111000 | 10110 |
Color Harmonies of #592C19
Complementary color
Monochromatic Colors of #592C19
Black with #592C19
Text Example
Text Example
White with #592C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C19; }
p { color: rgb(89,44,25); }
H1.HeaderClassName
{
color: #592C19;
}
.AnyTagClassName
{
color: #592C19;
}
</style>
background-color css
<style>
a { background-color: #592C19; }
a { background-color: rgb(89,44,25); }
div.DivClassName
{
background-color: #592C19;
}
.BgClassName
{
background-color: #592C19;
}
</style>
border-color css
<style>
span { border-color: #592C19; }
span { border-color: rgb(89,44,25); }
td.TdClassName
{
border-color: #592C19;
}
.TagClassName
{
border-color: #592C19;
}
</style>