Shades of Camouflage #525131
Tints of Camouflage #525131
RGB
CMYK
RGB Variations
Color information
#525131 (or 0x525131) is known color: Camouflage. HEX triplet: 52, 51 and 31. RGB value is (82,81,49). Sum of RGB (Red+Green+Blue) = 82+81+49=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #525131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525131 is #ADAECE. Grayscale: #4D4D4D. Windows color (decimal): -11382479 or 3232082. OLE color: 3232082.
HSL color Cylindrical-coordinate representation of color #525131: hue angle of 58.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525131 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 49 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.68 |
| HSL | 58.18º | 0.25% | 0.26% | - |
| HSV(B) | 58.18º | 0.4% | 0.32% | - |
| XYZ | 6.98 | 7.9 | 4.06 | - |
| YUV | 77.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 49 | 0 | 0.01 | 0.40 | 0.68 | 58.18 | 0.25 | 0.26 |
| Hex | 52 | 51 | 31 | 0 | 1 | 28 | 44 | 3A | 19 | 1A |
| Octal | 122 | 121 | 61 | 0 | 1 | 50 | 104 | 72 | 31 | 32 |
| Binary | 1010010 | 1010001 | 110001 | 0 | 1 | 101000 | 1000100 | 111010 | 11001 | 11010 |
Color Harmonies of #525131
Complementary color
Monochromatic Colors of #525131
Black with #525131
Text Example
Text Example
White with #525131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525131; }
p { color: rgb(82,81,49); }
H1.HeaderClassName
{
color: #525131;
}
.AnyTagClassName
{
color: #525131;
}
</style>
background-color css
<style>
a { background-color: #525131; }
a { background-color: rgb(82,81,49); }
div.DivClassName
{
background-color: #525131;
}
.BgClassName
{
background-color: #525131;
}
</style>
border-color css
<style>
span { border-color: #525131; }
span { border-color: rgb(82,81,49); }
td.TdClassName
{
border-color: #525131;
}
.TagClassName
{
border-color: #525131;
}
</style>