Shades of Camouflage #595735
Tints of Camouflage #595735
RGB
CMYK
RGB Variations
Color information
#595735 (or 0x595735) is known color: Camouflage. HEX triplet: 59, 57 and 35. RGB value is (89,87,53). Sum of RGB (Red+Green+Blue) = 89+87+53=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #595735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595735 is #A6A8CA. Grayscale: #535353. Windows color (decimal): -10922187 or 3495769. OLE color: 3495769.
HSL color Cylindrical-coordinate representation of color #595735: hue angle of 56.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595735 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 87 | 53 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.65 |
| HSL | 56.67º | 0.25% | 0.28% | - |
| HSV(B) | 56.67º | 0.4% | 0.35% | - |
| XYZ | 8.17 | 9.2 | 4.71 | - |
| YUV | 83.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 53 | 0 | 0.02 | 0.40 | 0.65 | 56.67 | 0.25 | 0.28 |
| Hex | 59 | 57 | 35 | 0 | 2 | 28 | 41 | 39 | 19 | 1C |
| Octal | 131 | 127 | 65 | 0 | 2 | 50 | 101 | 71 | 31 | 34 |
| Binary | 1011001 | 1010111 | 110101 | 0 | 10 | 101000 | 1000001 | 111001 | 11001 | 11100 |
Color Harmonies of #595735
Complementary color
Monochromatic Colors of #595735
Black with #595735
Text Example
Text Example
White with #595735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595735; }
p { color: rgb(89,87,53); }
H1.HeaderClassName
{
color: #595735;
}
.AnyTagClassName
{
color: #595735;
}
</style>
background-color css
<style>
a { background-color: #595735; }
a { background-color: rgb(89,87,53); }
div.DivClassName
{
background-color: #595735;
}
.BgClassName
{
background-color: #595735;
}
</style>
border-color css
<style>
span { border-color: #595735; }
span { border-color: rgb(89,87,53); }
td.TdClassName
{
border-color: #595735;
}
.TagClassName
{
border-color: #595735;
}
</style>