Shades of Baker's Chocolate #592208
Tints of Baker's Chocolate #592208
RGB
CMYK
RGB Variations
Color information
#592208 (or 0x592208) is known color: Baker's Chocolate. HEX triplet: 59, 22 and 08. RGB value is (89,34,8). Sum of RGB (Red+Green+Blue) = 89+34+8=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #592208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592208 is #A6DDF7. Grayscale: #2F2F2F. Windows color (decimal): -10935800 or 533081. OLE color: 533081.
HSL color Cylindrical-coordinate representation of color #592208: hue angle of 19.26º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #592208 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 34 | 8 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.65 |
| HSL | 19.26º | 0.84% | 0.19% | - |
| HSV(B) | 19.26º | 0.91% | 0.35% | - |
| XYZ | 4.74 | 3.29 | 0.61 | - |
| YUV | 47.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 34 | 8 | 0 | 0.62 | 0.91 | 0.65 | 19.26 | 0.84 | 0.19 |
| Hex | 59 | 22 | 8 | 0 | 3E | 5B | 41 | 13 | 54 | 13 |
| Octal | 131 | 42 | 10 | 0 | 76 | 133 | 101 | 23 | 124 | 23 |
| Binary | 1011001 | 100010 | 1000 | 0 | 111110 | 1011011 | 1000001 | 10011 | 1010100 | 10011 |
Color Harmonies of #592208
Complementary color
Monochromatic Colors of #592208
Black with #592208
Text Example
Text Example
White with #592208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592208; }
p { color: rgb(89,34,8); }
H1.HeaderClassName
{
color: #592208;
}
.AnyTagClassName
{
color: #592208;
}
</style>
background-color css
<style>
a { background-color: #592208; }
a { background-color: rgb(89,34,8); }
div.DivClassName
{
background-color: #592208;
}
.BgClassName
{
background-color: #592208;
}
</style>
border-color css
<style>
span { border-color: #592208; }
span { border-color: rgb(89,34,8); }
td.TdClassName
{
border-color: #592208;
}
.TagClassName
{
border-color: #592208;
}
</style>