Shades of Baker's Chocolate #592712
Tints of Baker's Chocolate #592712
RGB
CMYK
RGB Variations
Color information
#592712 (or 0x592712) is known color: Baker's Chocolate. HEX triplet: 59, 27 and 12. RGB value is (89,39,18). Sum of RGB (Red+Green+Blue) = 89+39+18=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #592712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592712 is #A6D8ED. Grayscale: #333333. Windows color (decimal): -10934510 or 1189721. OLE color: 1189721.
HSL color Cylindrical-coordinate representation of color #592712: hue angle of 17.75º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #592712 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 18 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.65 |
| HSL | 17.75º | 0.66% | 0.21% | - |
| HSV(B) | 17.75º | 0.8% | 0.35% | - |
| XYZ | 4.95 | 3.62 | 1.01 | - |
| YUV | 51.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 18 | 0 | 0.56 | 0.80 | 0.65 | 17.75 | 0.66 | 0.21 |
| Hex | 59 | 27 | 12 | 0 | 38 | 50 | 41 | 12 | 42 | 15 |
| Octal | 131 | 47 | 22 | 0 | 70 | 120 | 101 | 22 | 102 | 25 |
| Binary | 1011001 | 100111 | 10010 | 0 | 111000 | 1010000 | 1000001 | 10010 | 1000010 | 10101 |
Color Harmonies of #592712
Complementary color
Monochromatic Colors of #592712
Black with #592712
Text Example
Text Example
White with #592712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592712; }
p { color: rgb(89,39,18); }
H1.HeaderClassName
{
color: #592712;
}
.AnyTagClassName
{
color: #592712;
}
</style>
background-color css
<style>
a { background-color: #592712; }
a { background-color: rgb(89,39,18); }
div.DivClassName
{
background-color: #592712;
}
.BgClassName
{
background-color: #592712;
}
</style>
border-color css
<style>
span { border-color: #592712; }
span { border-color: rgb(89,39,18); }
td.TdClassName
{
border-color: #592712;
}
.TagClassName
{
border-color: #592712;
}
</style>