Shades of Baker's Chocolate #592E1B
Tints of Baker's Chocolate #592E1B
RGB
CMYK
RGB Variations
Color information
#592E1B (or 0x592E1B) is known color: Baker's Chocolate. HEX triplet: 59, 2E and 1B. RGB value is (89,46,27). Sum of RGB (Red+Green+Blue) = 89+46+27=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #592E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592E1B is #A6D1E4. Grayscale: #383838. Windows color (decimal): -10932709 or 1781337. OLE color: 1781337.
HSL color Cylindrical-coordinate representation of color #592E1B: hue angle of 18.39º 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 #592E1B is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 27 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.65 |
| HSL | 18.39º | 0.53% | 0.23% | - |
| HSV(B) | 18.39º | 0.7% | 0.35% | - |
| XYZ | 5.29 | 4.16 | 1.56 | - |
| YUV | 56.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 27 | 0 | 0.48 | 0.70 | 0.65 | 18.39 | 0.53 | 0.23 |
| Hex | 59 | 2E | 1B | 0 | 30 | 46 | 41 | 12 | 35 | 17 |
| Octal | 131 | 56 | 33 | 0 | 60 | 106 | 101 | 22 | 65 | 27 |
| Binary | 1011001 | 101110 | 11011 | 0 | 110000 | 1000110 | 1000001 | 10010 | 110101 | 10111 |
Color Harmonies of #592E1B
Complementary color
Monochromatic Colors of #592E1B
Black with #592E1B
Text Example
Text Example
White with #592E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E1B; }
p { color: rgb(89,46,27); }
H1.HeaderClassName
{
color: #592E1B;
}
.AnyTagClassName
{
color: #592E1B;
}
</style>
background-color css
<style>
a { background-color: #592E1B; }
a { background-color: rgb(89,46,27); }
div.DivClassName
{
background-color: #592E1B;
}
.BgClassName
{
background-color: #592E1B;
}
</style>
border-color css
<style>
span { border-color: #592E1B; }
span { border-color: rgb(89,46,27); }
td.TdClassName
{
border-color: #592E1B;
}
.TagClassName
{
border-color: #592E1B;
}
</style>