Shades of Camouflage #52502D
Tints of Camouflage #52502D
RGB
CMYK
RGB Variations
Color information
#52502D (or 0x52502D) is known color: Camouflage. HEX triplet: 52, 50 and 2D. RGB value is (82,80,45). Sum of RGB (Red+Green+Blue) = 82+80+45=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52502D is #ADAFD2. Grayscale: #4C4C4C. Windows color (decimal): -11382739 or 2969682. OLE color: 2969682.
HSL color Cylindrical-coordinate representation of color #52502D: hue angle of 56.76º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52502D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 45 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.68 |
| HSL | 56.76º | 0.29% | 0.25% | - |
| HSV(B) | 56.76º | 0.45% | 0.32% | - |
| XYZ | 6.82 | 7.72 | 3.61 | - |
| YUV | 76.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 45 | 0 | 0.02 | 0.45 | 0.68 | 56.76 | 0.29 | 0.25 |
| Hex | 52 | 50 | 2D | 0 | 2 | 2D | 44 | 39 | 1D | 19 |
| Octal | 122 | 120 | 55 | 0 | 2 | 55 | 104 | 71 | 35 | 31 |
| Binary | 1010010 | 1010000 | 101101 | 0 | 10 | 101101 | 1000100 | 111001 | 11101 | 11001 |
Color Harmonies of #52502D
Complementary color
Monochromatic Colors of #52502D
Black with #52502D
Text Example
Text Example
White with #52502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52502D; }
p { color: rgb(82,80,45); }
H1.HeaderClassName
{
color: #52502D;
}
.AnyTagClassName
{
color: #52502D;
}
</style>
background-color css
<style>
a { background-color: #52502D; }
a { background-color: rgb(82,80,45); }
div.DivClassName
{
background-color: #52502D;
}
.BgClassName
{
background-color: #52502D;
}
</style>
border-color css
<style>
span { border-color: #52502D; }
span { border-color: rgb(82,80,45); }
td.TdClassName
{
border-color: #52502D;
}
.TagClassName
{
border-color: #52502D;
}
</style>