Shades of Baker's Chocolate #593D15
Tints of Baker's Chocolate #593D15
RGB
CMYK
RGB Variations
Color information
#593D15 (or 0x593D15) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 15. RGB value is (89,61,21). Sum of RGB (Red+Green+Blue) = 89+61+21=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #593D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D15 is #A6C2EA. Grayscale: #414141. Windows color (decimal): -10928875 or 1391961. OLE color: 1391961.
HSL color Cylindrical-coordinate representation of color #593D15: hue angle of 35.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #593D15 is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 21 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.65 |
| HSL | 35.29º | 0.62% | 0.22% | - |
| HSV(B) | 35.29º | 0.76% | 0.35% | - |
| XYZ | 5.92 | 5.52 | 1.46 | - |
| YUV | 64.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 21 | 0 | 0.31 | 0.76 | 0.65 | 35.29 | 0.62 | 0.22 |
| Hex | 59 | 3D | 15 | 0 | 1F | 4C | 41 | 23 | 3E | 16 |
| Octal | 131 | 75 | 25 | 0 | 37 | 114 | 101 | 43 | 76 | 26 |
| Binary | 1011001 | 111101 | 10101 | 0 | 11111 | 1001100 | 1000001 | 100011 | 111110 | 10110 |
Color Harmonies of #593D15
Complementary color
Monochromatic Colors of #593D15
Black with #593D15
Text Example
Text Example
White with #593D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D15; }
p { color: rgb(89,61,21); }
H1.HeaderClassName
{
color: #593D15;
}
.AnyTagClassName
{
color: #593D15;
}
</style>
background-color css
<style>
a { background-color: #593D15; }
a { background-color: rgb(89,61,21); }
div.DivClassName
{
background-color: #593D15;
}
.BgClassName
{
background-color: #593D15;
}
</style>
border-color css
<style>
span { border-color: #593D15; }
span { border-color: rgb(89,61,21); }
td.TdClassName
{
border-color: #593D15;
}
.TagClassName
{
border-color: #593D15;
}
</style>