Shades of Dark Brown #593F14
Tints of Dark Brown #593F14
RGB
CMYK
RGB Variations
Color information
#593F14 (or 0x593F14) is known color: Dark Brown. HEX triplet: 59, 3F and 14. RGB value is (89,63,20). Sum of RGB (Red+Green+Blue) = 89+63+20=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #593F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F14 is #A6C0EB. Grayscale: #424242. Windows color (decimal): -10928364 or 1326937. OLE color: 1326937.
HSL color Cylindrical-coordinate representation of color #593F14: hue angle of 37.39º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #593F14 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 20 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.65 |
| HSL | 37.39º | 0.63% | 0.21% | - |
| HSV(B) | 37.39º | 0.78% | 0.35% | - |
| XYZ | 6.02 | 5.73 | 1.45 | - |
| YUV | 65.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 20 | 0 | 0.29 | 0.78 | 0.65 | 37.39 | 0.63 | 0.21 |
| Hex | 59 | 3F | 14 | 0 | 1D | 4E | 41 | 25 | 3F | 15 |
| Octal | 131 | 77 | 24 | 0 | 35 | 116 | 101 | 45 | 77 | 25 |
| Binary | 1011001 | 111111 | 10100 | 0 | 11101 | 1001110 | 1000001 | 100101 | 111111 | 10101 |
Color Harmonies of #593F14
Complementary color
Monochromatic Colors of #593F14
Black with #593F14
Text Example
Text Example
White with #593F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F14; }
p { color: rgb(89,63,20); }
H1.HeaderClassName
{
color: #593F14;
}
.AnyTagClassName
{
color: #593F14;
}
</style>
background-color css
<style>
a { background-color: #593F14; }
a { background-color: rgb(89,63,20); }
div.DivClassName
{
background-color: #593F14;
}
.BgClassName
{
background-color: #593F14;
}
</style>
border-color css
<style>
span { border-color: #593F14; }
span { border-color: rgb(89,63,20); }
td.TdClassName
{
border-color: #593F14;
}
.TagClassName
{
border-color: #593F14;
}
</style>