Shades of Camouflage #524F37
Tints of Camouflage #524F37
RGB
CMYK
RGB Variations
Color information
#524F37 (or 0x524F37) is known color: Camouflage. HEX triplet: 52, 4F and 37. RGB value is (82,79,55). Sum of RGB (Red+Green+Blue) = 82+79+55=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F37 is #ADB0C8. Grayscale: #4D4D4D. Windows color (decimal): -11382985 or 3624786. OLE color: 3624786.
HSL color Cylindrical-coordinate representation of color #524F37: hue angle of 53.33º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524F37 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 55 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.68 |
| HSL | 53.33º | 0.2% | 0.27% | - |
| HSV(B) | 53.33º | 0.33% | 0.32% | - |
| XYZ | 6.97 | 7.66 | 4.73 | - |
| YUV | 77.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 55 | 0 | 0.04 | 0.33 | 0.68 | 53.33 | 0.2 | 0.27 |
| Hex | 52 | 4F | 37 | 0 | 4 | 21 | 44 | 35 | 14 | 1B |
| Octal | 122 | 117 | 67 | 0 | 4 | 41 | 104 | 65 | 24 | 33 |
| Binary | 1010010 | 1001111 | 110111 | 0 | 100 | 100001 | 1000100 | 110101 | 10100 | 11011 |
Color Harmonies of #524F37
Complementary color
Monochromatic Colors of #524F37
Black with #524F37
Text Example
Text Example
White with #524F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F37; }
p { color: rgb(82,79,55); }
H1.HeaderClassName
{
color: #524F37;
}
.AnyTagClassName
{
color: #524F37;
}
</style>
background-color css
<style>
a { background-color: #524F37; }
a { background-color: rgb(82,79,55); }
div.DivClassName
{
background-color: #524F37;
}
.BgClassName
{
background-color: #524F37;
}
</style>
border-color css
<style>
span { border-color: #524F37; }
span { border-color: rgb(82,79,55); }
td.TdClassName
{
border-color: #524F37;
}
.TagClassName
{
border-color: #524F37;
}
</style>