Shades of Baker's Chocolate #592705
Tints of Baker's Chocolate #592705
RGB
CMYK
RGB Variations
Color information
#592705 (or 0x592705) is known color: Baker's Chocolate. HEX triplet: 59, 27 and 05. RGB value is (89,39,5). Sum of RGB (Red+Green+Blue) = 89+39+5=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #592705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592705 is #A6D8FA. Grayscale: #323232. Windows color (decimal): -10934523 or 337753. OLE color: 337753.
HSL color Cylindrical-coordinate representation of color #592705: hue angle of 24.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #592705 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 5 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.65 |
| HSL | 24.29º | 0.89% | 0.18% | - |
| HSV(B) | 24.29º | 0.94% | 0.35% | - |
| XYZ | 4.87 | 3.59 | 0.58 | - |
| YUV | 50.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 5 | 0 | 0.56 | 0.94 | 0.65 | 24.29 | 0.89 | 0.18 |
| Hex | 59 | 27 | 5 | 0 | 38 | 5E | 41 | 18 | 59 | 12 |
| Octal | 131 | 47 | 5 | 0 | 70 | 136 | 101 | 30 | 131 | 22 |
| Binary | 1011001 | 100111 | 101 | 0 | 111000 | 1011110 | 1000001 | 11000 | 1011001 | 10010 |
Color Harmonies of #592705
Complementary color
Monochromatic Colors of #592705
Black with #592705
Text Example
Text Example
White with #592705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592705; }
p { color: rgb(89,39,5); }
H1.HeaderClassName
{
color: #592705;
}
.AnyTagClassName
{
color: #592705;
}
</style>
background-color css
<style>
a { background-color: #592705; }
a { background-color: rgb(89,39,5); }
div.DivClassName
{
background-color: #592705;
}
.BgClassName
{
background-color: #592705;
}
</style>
border-color css
<style>
span { border-color: #592705; }
span { border-color: rgb(89,39,5); }
td.TdClassName
{
border-color: #592705;
}
.TagClassName
{
border-color: #592705;
}
</style>