Shades of Baker's Chocolate #592E0F
Tints of Baker's Chocolate #592E0F
RGB
CMYK
RGB Variations
Color information
#592E0F (or 0x592E0F) is known color: Baker's Chocolate. HEX triplet: 59, 2E and 0F. RGB value is (89,46,15). Sum of RGB (Red+Green+Blue) = 89+46+15=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #592E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592E0F is #A6D1F0. Grayscale: #373737. Windows color (decimal): -10932721 or 994905. OLE color: 994905.
HSL color Cylindrical-coordinate representation of color #592E0F: hue angle of 25.14º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #592E0F is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 15 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.65 |
| HSL | 25.14º | 0.71% | 0.2% | - |
| HSV(B) | 25.14º | 0.83% | 0.35% | - |
| XYZ | 5.18 | 4.11 | 0.97 | - |
| YUV | 55.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 15 | 0 | 0.48 | 0.83 | 0.65 | 25.14 | 0.71 | 0.2 |
| Hex | 59 | 2E | F | 0 | 30 | 53 | 41 | 19 | 47 | 14 |
| Octal | 131 | 56 | 17 | 0 | 60 | 123 | 101 | 31 | 107 | 24 |
| Binary | 1011001 | 101110 | 1111 | 0 | 110000 | 1010011 | 1000001 | 11001 | 1000111 | 10100 |
Color Harmonies of #592E0F
Complementary color
Monochromatic Colors of #592E0F
Black with #592E0F
Text Example
Text Example
White with #592E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E0F; }
p { color: rgb(89,46,15); }
H1.HeaderClassName
{
color: #592E0F;
}
.AnyTagClassName
{
color: #592E0F;
}
</style>
background-color css
<style>
a { background-color: #592E0F; }
a { background-color: rgb(89,46,15); }
div.DivClassName
{
background-color: #592E0F;
}
.BgClassName
{
background-color: #592E0F;
}
</style>
border-color css
<style>
span { border-color: #592E0F; }
span { border-color: rgb(89,46,15); }
td.TdClassName
{
border-color: #592E0F;
}
.TagClassName
{
border-color: #592E0F;
}
</style>