Shades of Baker's Chocolate #592802
Tints of Baker's Chocolate #592802
RGB
CMYK
RGB Variations
Color information
#592802 (or 0x592802) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 02. RGB value is (89,40,2). Sum of RGB (Red+Green+Blue) = 89+40+2=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #592802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592802 is #A6D7FD. Grayscale: #323232. Windows color (decimal): -10934270 or 141401. OLE color: 141401.
HSL color Cylindrical-coordinate representation of color #592802: hue angle of 26.21º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #592802 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 40 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.65 |
| HSL | 26.21º | 0.96% | 0.18% | - |
| HSV(B) | 26.21º | 0.98% | 0.35% | - |
| XYZ | 4.89 | 3.65 | 0.5 | - |
| YUV | 50.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 2 | 0 | 0.55 | 0.98 | 0.65 | 26.21 | 0.96 | 0.18 |
| Hex | 59 | 28 | 2 | 0 | 37 | 62 | 41 | 1A | 60 | 12 |
| Octal | 131 | 50 | 2 | 0 | 67 | 142 | 101 | 32 | 140 | 22 |
| Binary | 1011001 | 101000 | 10 | 0 | 110111 | 1100010 | 1000001 | 11010 | 1100000 | 10010 |
Color Harmonies of #592802
Complementary color
Monochromatic Colors of #592802
Black with #592802
Text Example
Text Example
White with #592802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592802; }
p { color: rgb(89,40,2); }
H1.HeaderClassName
{
color: #592802;
}
.AnyTagClassName
{
color: #592802;
}
</style>
background-color css
<style>
a { background-color: #592802; }
a { background-color: rgb(89,40,2); }
div.DivClassName
{
background-color: #592802;
}
.BgClassName
{
background-color: #592802;
}
</style>
border-color css
<style>
span { border-color: #592802; }
span { border-color: rgb(89,40,2); }
td.TdClassName
{
border-color: #592802;
}
.TagClassName
{
border-color: #592802;
}
</style>