Shades of Baker's Chocolate #593A1A
Tints of Baker's Chocolate #593A1A
RGB
CMYK
RGB Variations
Color information
#593A1A (or 0x593A1A) is known color: Baker's Chocolate. HEX triplet: 59, 3A and 1A. RGB value is (89,58,26). Sum of RGB (Red+Green+Blue) = 89+58+26=173 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.45% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 89 - color contains mainly: red. Hex color #593A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A1A is #A6C5E5. Grayscale: #3F3F3F. Windows color (decimal): -10929638 or 1718873. OLE color: 1718873.
HSL color Cylindrical-coordinate representation of color #593A1A: hue angle of 30.48º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593A1A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 26 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.65 |
| HSL | 30.48º | 0.55% | 0.23% | - |
| HSV(B) | 30.48º | 0.71% | 0.35% | - |
| XYZ | 5.82 | 5.22 | 1.68 | - |
| YUV | 63.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 26 | 0 | 0.35 | 0.71 | 0.65 | 30.48 | 0.55 | 0.23 |
| Hex | 59 | 3A | 1A | 0 | 23 | 47 | 41 | 1E | 37 | 17 |
| Octal | 131 | 72 | 32 | 0 | 43 | 107 | 101 | 36 | 67 | 27 |
| Binary | 1011001 | 111010 | 11010 | 0 | 100011 | 1000111 | 1000001 | 11110 | 110111 | 10111 |
Color Harmonies of #593A1A
Complementary color
Monochromatic Colors of #593A1A
Black with #593A1A
Text Example
Text Example
White with #593A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A1A; }
p { color: rgb(89,58,26); }
H1.HeaderClassName
{
color: #593A1A;
}
.AnyTagClassName
{
color: #593A1A;
}
</style>
background-color css
<style>
a { background-color: #593A1A; }
a { background-color: rgb(89,58,26); }
div.DivClassName
{
background-color: #593A1A;
}
.BgClassName
{
background-color: #593A1A;
}
</style>
border-color css
<style>
span { border-color: #593A1A; }
span { border-color: rgb(89,58,26); }
td.TdClassName
{
border-color: #593A1A;
}
.TagClassName
{
border-color: #593A1A;
}
</style>