Shades of Baker's Chocolate #592F1B
Tints of Baker's Chocolate #592F1B
RGB
CMYK
RGB Variations
Color information
#592F1B (or 0x592F1B) is known color: Baker's Chocolate. HEX triplet: 59, 2F and 1B. RGB value is (89,47,27). Sum of RGB (Red+Green+Blue) = 89+47+27=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F1B is #A6D0E4. Grayscale: #393939. Windows color (decimal): -10932453 or 1781593. OLE color: 1781593.
HSL color Cylindrical-coordinate representation of color #592F1B: hue angle of 19.35º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592F1B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 47 | 27 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.65 |
| HSL | 19.35º | 0.53% | 0.23% | - |
| HSV(B) | 19.35º | 0.7% | 0.35% | - |
| XYZ | 5.33 | 4.24 | 1.57 | - |
| YUV | 57.28 | 110.91 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 47 | 27 | 0 | 0.47 | 0.70 | 0.65 | 19.35 | 0.53 | 0.23 |
| Hex | 59 | 2F | 1B | 0 | 2F | 46 | 41 | 13 | 35 | 17 |
| Octal | 131 | 57 | 33 | 0 | 57 | 106 | 101 | 23 | 65 | 27 |
| Binary | 1011001 | 101111 | 11011 | 0 | 101111 | 1000110 | 1000001 | 10011 | 110101 | 10111 |
Color Harmonies of #592F1B
Complementary color
Monochromatic Colors of #592F1B
Black with #592F1B
Text Example
Text Example
White with #592F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592F1B; }
p { color: rgb(89,47,27); }
H1.HeaderClassName
{
color: #592F1B;
}
.AnyTagClassName
{
color: #592F1B;
}
</style>
background-color css
<style>
a { background-color: #592F1B; }
a { background-color: rgb(89,47,27); }
div.DivClassName
{
background-color: #592F1B;
}
.BgClassName
{
background-color: #592F1B;
}
</style>
border-color css
<style>
span { border-color: #592F1B; }
span { border-color: rgb(89,47,27); }
td.TdClassName
{
border-color: #592F1B;
}
.TagClassName
{
border-color: #592F1B;
}
</style>