Shades of Camouflage #575632
Tints of Camouflage #575632
RGB
CMYK
RGB Variations
Color information
#575632 (or 0x575632) is known color: Camouflage. HEX triplet: 57, 56 and 32. RGB value is (87,86,50). Sum of RGB (Red+Green+Blue) = 87+86+50=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 87 - color contains mainly: red. Hex color #575632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575632 is #A8A9CD. Grayscale: #525252. Windows color (decimal): -11053518 or 3298903. OLE color: 3298903.
HSL color Cylindrical-coordinate representation of color #575632: hue angle of 58.38º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #575632 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 50 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.66 |
| HSL | 58.38º | 0.27% | 0.27% | - |
| HSV(B) | 58.38º | 0.43% | 0.34% | - |
| XYZ | 7.83 | 8.91 | 4.32 | - |
| YUV | 82.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 50 | 0 | 0.01 | 0.43 | 0.66 | 58.38 | 0.27 | 0.27 |
| Hex | 57 | 56 | 32 | 0 | 1 | 2B | 42 | 3A | 1B | 1B |
| Octal | 127 | 126 | 62 | 0 | 1 | 53 | 102 | 72 | 33 | 33 |
| Binary | 1010111 | 1010110 | 110010 | 0 | 1 | 101011 | 1000010 | 111010 | 11011 | 11011 |
Color Harmonies of #575632
Complementary color
Monochromatic Colors of #575632
Black with #575632
Text Example
Text Example
White with #575632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575632; }
p { color: rgb(87,86,50); }
H1.HeaderClassName
{
color: #575632;
}
.AnyTagClassName
{
color: #575632;
}
</style>
background-color css
<style>
a { background-color: #575632; }
a { background-color: rgb(87,86,50); }
div.DivClassName
{
background-color: #575632;
}
.BgClassName
{
background-color: #575632;
}
</style>
border-color css
<style>
span { border-color: #575632; }
span { border-color: rgb(87,86,50); }
td.TdClassName
{
border-color: #575632;
}
.TagClassName
{
border-color: #575632;
}
</style>