Shades of Baker's Chocolate #592F15
Tints of Baker's Chocolate #592F15
RGB
CMYK
RGB Variations
Color information
#592F15 (or 0x592F15) is known color: Baker's Chocolate. HEX triplet: 59, 2F and 15. RGB value is (89,47,21). Sum of RGB (Red+Green+Blue) = 89+47+21=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #592F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592F15 is #A6D0EA. Grayscale: #383838. Windows color (decimal): -10932459 or 1388377. OLE color: 1388377.
HSL color Cylindrical-coordinate representation of color #592F15: hue angle of 22.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #592F15 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 47 | 21 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.65 |
| HSL | 22.94º | 0.62% | 0.22% | - |
| HSV(B) | 22.94º | 0.76% | 0.35% | - |
| XYZ | 5.27 | 4.21 | 1.24 | - |
| YUV | 56.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 21 | 0 | 0.47 | 0.76 | 0.65 | 22.94 | 0.62 | 0.22 |
| Hex | 59 | 2F | 15 | 0 | 2F | 4C | 41 | 17 | 3E | 16 |
| Octal | 131 | 57 | 25 | 0 | 57 | 114 | 101 | 27 | 76 | 26 |
| Binary | 1011001 | 101111 | 10101 | 0 | 101111 | 1001100 | 1000001 | 10111 | 111110 | 10110 |
Color Harmonies of #592F15
Complementary color
Monochromatic Colors of #592F15
Black with #592F15
Text Example
Text Example
White with #592F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F15; }
p { color: rgb(89,47,21); }
H1.HeaderClassName
{
color: #592F15;
}
.AnyTagClassName
{
color: #592F15;
}
</style>
background-color css
<style>
a { background-color: #592F15; }
a { background-color: rgb(89,47,21); }
div.DivClassName
{
background-color: #592F15;
}
.BgClassName
{
background-color: #592F15;
}
</style>
border-color css
<style>
span { border-color: #592F15; }
span { border-color: rgb(89,47,21); }
td.TdClassName
{
border-color: #592F15;
}
.TagClassName
{
border-color: #592F15;
}
</style>