Shades of Camouflage #525032
Tints of Camouflage #525032
RGB
CMYK
RGB Variations
Color information
#525032 (or 0x525032) is known color: Camouflage. HEX triplet: 52, 50 and 32. RGB value is (82,80,50). Sum of RGB (Red+Green+Blue) = 82+80+50=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #525032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525032 is #ADAFCD. Grayscale: #4D4D4D. Windows color (decimal): -11382734 or 3297362. OLE color: 3297362.
HSL color Cylindrical-coordinate representation of color #525032: hue angle of 56.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525032 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 50 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.68 |
| HSL | 56.25º | 0.24% | 0.26% | - |
| HSV(B) | 56.25º | 0.39% | 0.32% | - |
| XYZ | 6.92 | 7.76 | 4.15 | - |
| YUV | 77.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 50 | 0 | 0.02 | 0.39 | 0.68 | 56.25 | 0.24 | 0.26 |
| Hex | 52 | 50 | 32 | 0 | 2 | 27 | 44 | 38 | 18 | 1A |
| Octal | 122 | 120 | 62 | 0 | 2 | 47 | 104 | 70 | 30 | 32 |
| Binary | 1010010 | 1010000 | 110010 | 0 | 10 | 100111 | 1000100 | 111000 | 11000 | 11010 |
Color Harmonies of #525032
Complementary color
Monochromatic Colors of #525032
Black with #525032
Text Example
Text Example
White with #525032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525032; }
p { color: rgb(82,80,50); }
H1.HeaderClassName
{
color: #525032;
}
.AnyTagClassName
{
color: #525032;
}
</style>
background-color css
<style>
a { background-color: #525032; }
a { background-color: rgb(82,80,50); }
div.DivClassName
{
background-color: #525032;
}
.BgClassName
{
background-color: #525032;
}
</style>
border-color css
<style>
span { border-color: #525032; }
span { border-color: rgb(82,80,50); }
td.TdClassName
{
border-color: #525032;
}
.TagClassName
{
border-color: #525032;
}
</style>