Shades of Baker's Chocolate #592B17
Tints of Baker's Chocolate #592B17
RGB
CMYK
RGB Variations
Color information
#592B17 (or 0x592B17) is known color: Baker's Chocolate. HEX triplet: 59, 2B and 17. RGB value is (89,43,23). Sum of RGB (Red+Green+Blue) = 89+43+23=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #592B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592B17 is #A6D4E8. Grayscale: #363636. Windows color (decimal): -10933481 or 1518425. OLE color: 1518425.
HSL color Cylindrical-coordinate representation of color #592B17: hue angle of 18.18º 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 #592B17 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 43 | 23 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.65 |
| HSL | 18.18º | 0.59% | 0.22% | - |
| HSV(B) | 18.18º | 0.74% | 0.35% | - |
| XYZ | 5.14 | 3.91 | 1.3 | - |
| YUV | 54.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 23 | 0 | 0.52 | 0.74 | 0.65 | 18.18 | 0.59 | 0.22 |
| Hex | 59 | 2B | 17 | 0 | 34 | 4A | 41 | 12 | 3B | 16 |
| Octal | 131 | 53 | 27 | 0 | 64 | 112 | 101 | 22 | 73 | 26 |
| Binary | 1011001 | 101011 | 10111 | 0 | 110100 | 1001010 | 1000001 | 10010 | 111011 | 10110 |
Color Harmonies of #592B17
Complementary color
Monochromatic Colors of #592B17
Black with #592B17
Text Example
Text Example
White with #592B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B17; }
p { color: rgb(89,43,23); }
H1.HeaderClassName
{
color: #592B17;
}
.AnyTagClassName
{
color: #592B17;
}
</style>
background-color css
<style>
a { background-color: #592B17; }
a { background-color: rgb(89,43,23); }
div.DivClassName
{
background-color: #592B17;
}
.BgClassName
{
background-color: #592B17;
}
</style>
border-color css
<style>
span { border-color: #592B17; }
span { border-color: rgb(89,43,23); }
td.TdClassName
{
border-color: #592B17;
}
.TagClassName
{
border-color: #592B17;
}
</style>