Shades of Very Dark Brown #59423A
Tints of Very Dark Brown #59423A
RGB
CMYK
RGB Variations
Color information
#59423A (or 0x59423A) is known color: Very Dark Brown. HEX triplet: 59, 42 and 3A. RGB value is (89,66,58). Sum of RGB (Red+Green+Blue) = 89+66+58=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59423A is #A6BDC5. Grayscale: #484848. Windows color (decimal): -10927558 or 3818073. OLE color: 3818073.
HSL color Cylindrical-coordinate representation of color #59423A: hue angle of 15.48º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59423A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 58 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.65 |
| HSL | 15.48º | 0.21% | 0.29% | - |
| HSV(B) | 15.48º | 0.35% | 0.35% | - |
| XYZ | 6.83 | 6.33 | 4.86 | - |
| YUV | 71.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 58 | 0 | 0.26 | 0.35 | 0.65 | 15.48 | 0.21 | 0.29 |
| Hex | 59 | 42 | 3A | 0 | 1A | 23 | 41 | F | 15 | 1D |
| Octal | 131 | 102 | 72 | 0 | 32 | 43 | 101 | 17 | 25 | 35 |
| Binary | 1011001 | 1000010 | 111010 | 0 | 11010 | 100011 | 1000001 | 1111 | 10101 | 11101 |
Color Harmonies of #59423A
Complementary color
Monochromatic Colors of #59423A
Black with #59423A
Text Example
Text Example
White with #59423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59423A; }
p { color: rgb(89,66,58); }
H1.HeaderClassName
{
color: #59423A;
}
.AnyTagClassName
{
color: #59423A;
}
</style>
background-color css
<style>
a { background-color: #59423A; }
a { background-color: rgb(89,66,58); }
div.DivClassName
{
background-color: #59423A;
}
.BgClassName
{
background-color: #59423A;
}
</style>
border-color css
<style>
span { border-color: #59423A; }
span { border-color: rgb(89,66,58); }
td.TdClassName
{
border-color: #59423A;
}
.TagClassName
{
border-color: #59423A;
}
</style>