Shades of Dark Brown #593F12
Tints of Dark Brown #593F12
RGB
CMYK
RGB Variations
Color information
#593F12 (or 0x593F12) is known color: Dark Brown. HEX triplet: 59, 3F and 12. RGB value is (89,63,18). Sum of RGB (Red+Green+Blue) = 89+63+18=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #593F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F12 is #A6C0ED. Grayscale: #414141. Windows color (decimal): -10928366 or 1195865. OLE color: 1195865.
HSL color Cylindrical-coordinate representation of color #593F12: hue angle of 38.03º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #593F12 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 18 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.65 |
| HSL | 38.03º | 0.66% | 0.21% | - |
| HSV(B) | 38.03º | 0.8% | 0.35% | - |
| XYZ | 6.01 | 5.72 | 1.36 | - |
| YUV | 65.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 18 | 0 | 0.29 | 0.80 | 0.65 | 38.03 | 0.66 | 0.21 |
| Hex | 59 | 3F | 12 | 0 | 1D | 50 | 41 | 26 | 42 | 15 |
| Octal | 131 | 77 | 22 | 0 | 35 | 120 | 101 | 46 | 102 | 25 |
| Binary | 1011001 | 111111 | 10010 | 0 | 11101 | 1010000 | 1000001 | 100110 | 1000010 | 10101 |
Color Harmonies of #593F12
Complementary color
Monochromatic Colors of #593F12
Black with #593F12
Text Example
Text Example
White with #593F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F12; }
p { color: rgb(89,63,18); }
H1.HeaderClassName
{
color: #593F12;
}
.AnyTagClassName
{
color: #593F12;
}
</style>
background-color css
<style>
a { background-color: #593F12; }
a { background-color: rgb(89,63,18); }
div.DivClassName
{
background-color: #593F12;
}
.BgClassName
{
background-color: #593F12;
}
</style>
border-color css
<style>
span { border-color: #593F12; }
span { border-color: rgb(89,63,18); }
td.TdClassName
{
border-color: #593F12;
}
.TagClassName
{
border-color: #593F12;
}
</style>