Shades of Baker's Chocolate #592600
Tints of Baker's Chocolate #592600
RGB
CMYK
RGB Variations
Color information
#592600 (or 0x592600) is known color: Baker's Chocolate. HEX triplet: 59, 26 and 00. RGB value is (89,38,0). Sum of RGB (Red+Green+Blue) = 89+38+0=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592600 is #A6D9FF. Grayscale: #313131. Windows color (decimal): -10934784 or 9817. OLE color: 9817.
HSL color Cylindrical-coordinate representation of color #592600: hue angle of 25.62º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #592600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 38 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.65 |
| HSL | 25.62º | 1% | 0.17% | - |
| HSV(B) | 25.62º | 1% | 0.35% | - |
| XYZ | 4.81 | 3.51 | 0.42 | - |
| YUV | 48.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 38 | 0 | 0 | 0.57 | 1 | 0.65 | 25.62 | 1 | 0.17 |
| Hex | 59 | 26 | 0 | 0 | 39 | 64 | 41 | 1A | 64 | 11 |
| Octal | 131 | 46 | 0 | 0 | 71 | 144 | 101 | 32 | 144 | 21 |
| Binary | 1011001 | 100110 | 0 | 0 | 111001 | 1100100 | 1000001 | 11010 | 1100100 | 10001 |
Color Harmonies of #592600
Complementary color
Monochromatic Colors of #592600
Black with #592600
Text Example
Text Example
White with #592600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592600; }
p { color: rgb(89,38,0); }
H1.HeaderClassName
{
color: #592600;
}
.AnyTagClassName
{
color: #592600;
}
</style>
background-color css
<style>
a { background-color: #592600; }
a { background-color: rgb(89,38,0); }
div.DivClassName
{
background-color: #592600;
}
.BgClassName
{
background-color: #592600;
}
</style>
border-color css
<style>
span { border-color: #592600; }
span { border-color: rgb(89,38,0); }
td.TdClassName
{
border-color: #592600;
}
.TagClassName
{
border-color: #592600;
}
</style>