Shades of Camouflage #575630
Tints of Camouflage #575630
RGB
CMYK
RGB Variations
Color information
#575630 (or 0x575630) is known color: Camouflage. HEX triplet: 57, 56 and 30. RGB value is (87,86,48). Sum of RGB (Red+Green+Blue) = 87+86+48=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 87 - color contains mainly: red. Hex color #575630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575630 is #A8A9CF. Grayscale: #525252. Windows color (decimal): -11053520 or 3167831. OLE color: 3167831.
HSL color Cylindrical-coordinate representation of color #575630: hue angle of 58.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #575630 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 48 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.66 |
| HSL | 58.46º | 0.29% | 0.26% | - |
| HSV(B) | 58.46º | 0.45% | 0.34% | - |
| XYZ | 7.79 | 8.9 | 4.1 | - |
| YUV | 81.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 48 | 0 | 0.01 | 0.45 | 0.66 | 58.46 | 0.29 | 0.26 |
| Hex | 57 | 56 | 30 | 0 | 1 | 2D | 42 | 3A | 1D | 1A |
| Octal | 127 | 126 | 60 | 0 | 1 | 55 | 102 | 72 | 35 | 32 |
| Binary | 1010111 | 1010110 | 110000 | 0 | 1 | 101101 | 1000010 | 111010 | 11101 | 11010 |
Color Harmonies of #575630
Complementary color
Monochromatic Colors of #575630
Black with #575630
Text Example
Text Example
White with #575630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575630; }
p { color: rgb(87,86,48); }
H1.HeaderClassName
{
color: #575630;
}
.AnyTagClassName
{
color: #575630;
}
</style>
background-color css
<style>
a { background-color: #575630; }
a { background-color: rgb(87,86,48); }
div.DivClassName
{
background-color: #575630;
}
.BgClassName
{
background-color: #575630;
}
</style>
border-color css
<style>
span { border-color: #575630; }
span { border-color: rgb(87,86,48); }
td.TdClassName
{
border-color: #575630;
}
.TagClassName
{
border-color: #575630;
}
</style>