Shades of Dark Brown #594119
Tints of Dark Brown #594119
RGB
CMYK
RGB Variations
Color information
#594119 (or 0x594119) is known color: Dark Brown. HEX triplet: 59, 41 and 19. RGB value is (89,65,25). Sum of RGB (Red+Green+Blue) = 89+65+25=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #594119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594119 is #A6BEE6. Grayscale: #434343. Windows color (decimal): -10927847 or 1655129. OLE color: 1655129.
HSL color Cylindrical-coordinate representation of color #594119: hue angle of 37.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #594119 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 65 | 25 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.65 |
| HSL | 37.5º | 0.56% | 0.22% | - |
| HSV(B) | 37.5º | 0.72% | 0.35% | - |
| XYZ | 6.19 | 5.97 | 1.75 | - |
| YUV | 67.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 65 | 25 | 0 | 0.27 | 0.72 | 0.65 | 37.5 | 0.56 | 0.22 |
| Hex | 59 | 41 | 19 | 0 | 1B | 48 | 41 | 26 | 38 | 16 |
| Octal | 131 | 101 | 31 | 0 | 33 | 110 | 101 | 46 | 70 | 26 |
| Binary | 1011001 | 1000001 | 11001 | 0 | 11011 | 1001000 | 1000001 | 100110 | 111000 | 10110 |
Color Harmonies of #594119
Complementary color
Monochromatic Colors of #594119
Black with #594119
Text Example
Text Example
White with #594119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594119; }
p { color: rgb(89,65,25); }
H1.HeaderClassName
{
color: #594119;
}
.AnyTagClassName
{
color: #594119;
}
</style>
background-color css
<style>
a { background-color: #594119; }
a { background-color: rgb(89,65,25); }
div.DivClassName
{
background-color: #594119;
}
.BgClassName
{
background-color: #594119;
}
</style>
border-color css
<style>
span { border-color: #594119; }
span { border-color: rgb(89,65,25); }
td.TdClassName
{
border-color: #594119;
}
.TagClassName
{
border-color: #594119;
}
</style>