Shades of Camouflage #535332
Tints of Camouflage #535332
RGB
CMYK
RGB Variations
Color information
#535332 (or 0x535332) is known color: Camouflage. HEX triplet: 53, 53 and 32. RGB value is (83,83,50). Sum of RGB (Red+Green+Blue) = 83+83+50=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535332 is #ACACCD. Grayscale: #4F4F4F. Windows color (decimal): -11316430 or 3298131. OLE color: 3298131.
HSL color Cylindrical-coordinate representation of color #535332: hue angle of 60º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535332 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 50 | - |
| CMYK | 0 | 0 | 0.40 | 0.67 |
| HSL | 60º | 0.25% | 0.26% | - |
| HSV(B) | 60º | 0.4% | 0.33% | - |
| XYZ | 7.24 | 8.26 | 4.23 | - |
| YUV | 79.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 50 | 0 | 0 | 0.40 | 0.67 | 60 | 0.25 | 0.26 |
| Hex | 53 | 53 | 32 | 0 | 0 | 28 | 43 | 3C | 19 | 1A |
| Octal | 123 | 123 | 62 | 0 | 0 | 50 | 103 | 74 | 31 | 32 |
| Binary | 1010011 | 1010011 | 110010 | 0 | 0 | 101000 | 1000011 | 111100 | 11001 | 11010 |
Color Harmonies of #535332
Complementary color
Monochromatic Colors of #535332
Black with #535332
Text Example
Text Example
White with #535332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535332; }
p { color: rgb(83,83,50); }
H1.HeaderClassName
{
color: #535332;
}
.AnyTagClassName
{
color: #535332;
}
</style>
background-color css
<style>
a { background-color: #535332; }
a { background-color: rgb(83,83,50); }
div.DivClassName
{
background-color: #535332;
}
.BgClassName
{
background-color: #535332;
}
</style>
border-color css
<style>
span { border-color: #535332; }
span { border-color: rgb(83,83,50); }
td.TdClassName
{
border-color: #535332;
}
.TagClassName
{
border-color: #535332;
}
</style>