Shades of Baker's Chocolate #592C17
Tints of Baker's Chocolate #592C17
RGB
CMYK
RGB Variations
Color information
#592C17 (or 0x592C17) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 17. RGB value is (89,44,23). Sum of RGB (Red+Green+Blue) = 89+44+23=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #592C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C17 is #A6D3E8. Grayscale: #373737. Windows color (decimal): -10933225 or 1518681. OLE color: 1518681.
HSL color Cylindrical-coordinate representation of color #592C17: hue angle of 19.09º 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 #592C17 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 23 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.65 |
| HSL | 19.09º | 0.59% | 0.22% | - |
| HSV(B) | 19.09º | 0.74% | 0.35% | - |
| XYZ | 5.18 | 3.99 | 1.31 | - |
| YUV | 55.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 23 | 0 | 0.51 | 0.74 | 0.65 | 19.09 | 0.59 | 0.22 |
| Hex | 59 | 2C | 17 | 0 | 33 | 4A | 41 | 13 | 3B | 16 |
| Octal | 131 | 54 | 27 | 0 | 63 | 112 | 101 | 23 | 73 | 26 |
| Binary | 1011001 | 101100 | 10111 | 0 | 110011 | 1001010 | 1000001 | 10011 | 111011 | 10110 |
Color Harmonies of #592C17
Complementary color
Monochromatic Colors of #592C17
Black with #592C17
Text Example
Text Example
White with #592C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C17; }
p { color: rgb(89,44,23); }
H1.HeaderClassName
{
color: #592C17;
}
.AnyTagClassName
{
color: #592C17;
}
</style>
background-color css
<style>
a { background-color: #592C17; }
a { background-color: rgb(89,44,23); }
div.DivClassName
{
background-color: #592C17;
}
.BgClassName
{
background-color: #592C17;
}
</style>
border-color css
<style>
span { border-color: #592C17; }
span { border-color: rgb(89,44,23); }
td.TdClassName
{
border-color: #592C17;
}
.TagClassName
{
border-color: #592C17;
}
</style>