Shades of Camouflage #525039
Tints of Camouflage #525039
RGB
CMYK
RGB Variations
Color information
#525039 (or 0x525039) is known color: Camouflage. HEX triplet: 52, 50 and 39. RGB value is (82,80,57). Sum of RGB (Red+Green+Blue) = 82+80+57=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #525039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525039 is #ADAFC6. Grayscale: #4E4E4E. Windows color (decimal): -11382727 or 3756114. OLE color: 3756114.
HSL color Cylindrical-coordinate representation of color #525039: hue angle of 55.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525039 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 57 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.68 |
| HSL | 55.2º | 0.18% | 0.27% | - |
| HSV(B) | 55.2º | 0.3% | 0.32% | - |
| XYZ | 7.09 | 7.83 | 5.01 | - |
| YUV | 77.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 57 | 0 | 0.02 | 0.30 | 0.68 | 55.2 | 0.18 | 0.27 |
| Hex | 52 | 50 | 39 | 0 | 2 | 1E | 44 | 37 | 12 | 1B |
| Octal | 122 | 120 | 71 | 0 | 2 | 36 | 104 | 67 | 22 | 33 |
| Binary | 1010010 | 1010000 | 111001 | 0 | 10 | 11110 | 1000100 | 110111 | 10010 | 11011 |
Color Harmonies of #525039
Complementary color
Monochromatic Colors of #525039
Black with #525039
Text Example
Text Example
White with #525039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525039; }
p { color: rgb(82,80,57); }
H1.HeaderClassName
{
color: #525039;
}
.AnyTagClassName
{
color: #525039;
}
</style>
background-color css
<style>
a { background-color: #525039; }
a { background-color: rgb(82,80,57); }
div.DivClassName
{
background-color: #525039;
}
.BgClassName
{
background-color: #525039;
}
</style>
border-color css
<style>
span { border-color: #525039; }
span { border-color: rgb(82,80,57); }
td.TdClassName
{
border-color: #525039;
}
.TagClassName
{
border-color: #525039;
}
</style>