Shades of Baker's Chocolate #592E17
Tints of Baker's Chocolate #592E17
RGB
CMYK
RGB Variations
Color information
#592E17 (or 0x592E17) is known color: Baker's Chocolate. HEX triplet: 59, 2E and 17. RGB value is (89,46,23). Sum of RGB (Red+Green+Blue) = 89+46+23=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #592E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E17 is #A6D1E8. Grayscale: #383838. Windows color (decimal): -10932713 or 1519193. OLE color: 1519193.
HSL color Cylindrical-coordinate representation of color #592E17: hue angle of 20.91º 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 #592E17 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 23 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.65 |
| HSL | 20.91º | 0.59% | 0.22% | - |
| HSV(B) | 20.91º | 0.74% | 0.35% | - |
| XYZ | 5.25 | 4.14 | 1.33 | - |
| YUV | 56.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 23 | 0 | 0.48 | 0.74 | 0.65 | 20.91 | 0.59 | 0.22 |
| Hex | 59 | 2E | 17 | 0 | 30 | 4A | 41 | 15 | 3B | 16 |
| Octal | 131 | 56 | 27 | 0 | 60 | 112 | 101 | 25 | 73 | 26 |
| Binary | 1011001 | 101110 | 10111 | 0 | 110000 | 1001010 | 1000001 | 10101 | 111011 | 10110 |
Color Harmonies of #592E17
Complementary color
Monochromatic Colors of #592E17
Black with #592E17
Text Example
Text Example
White with #592E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E17; }
p { color: rgb(89,46,23); }
H1.HeaderClassName
{
color: #592E17;
}
.AnyTagClassName
{
color: #592E17;
}
</style>
background-color css
<style>
a { background-color: #592E17; }
a { background-color: rgb(89,46,23); }
div.DivClassName
{
background-color: #592E17;
}
.BgClassName
{
background-color: #592E17;
}
</style>
border-color css
<style>
span { border-color: #592E17; }
span { border-color: rgb(89,46,23); }
td.TdClassName
{
border-color: #592E17;
}
.TagClassName
{
border-color: #592E17;
}
</style>