Shades of Camouflage #535232
Tints of Camouflage #535232
RGB
CMYK
RGB Variations
Color information
#535232 (or 0x535232) is known color: Camouflage. HEX triplet: 53, 52 and 32. RGB value is (83,82,50). Sum of RGB (Red+Green+Blue) = 83+82+50=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #535232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535232 is #ACADCD. Grayscale: #4E4E4E. Windows color (decimal): -11316686 or 3297875. OLE color: 3297875.
HSL color Cylindrical-coordinate representation of color #535232: hue angle of 58.18º 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 #535232 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 50 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.67 |
| HSL | 58.18º | 0.25% | 0.26% | - |
| HSV(B) | 58.18º | 0.4% | 0.33% | - |
| XYZ | 7.16 | 8.1 | 4.2 | - |
| YUV | 78.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 50 | 0 | 0.01 | 0.40 | 0.67 | 58.18 | 0.25 | 0.26 |
| Hex | 53 | 52 | 32 | 0 | 1 | 28 | 43 | 3A | 19 | 1A |
| Octal | 123 | 122 | 62 | 0 | 1 | 50 | 103 | 72 | 31 | 32 |
| Binary | 1010011 | 1010010 | 110010 | 0 | 1 | 101000 | 1000011 | 111010 | 11001 | 11010 |
Color Harmonies of #535232
Complementary color
Monochromatic Colors of #535232
Black with #535232
Text Example
Text Example
White with #535232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535232; }
p { color: rgb(83,82,50); }
H1.HeaderClassName
{
color: #535232;
}
.AnyTagClassName
{
color: #535232;
}
</style>
background-color css
<style>
a { background-color: #535232; }
a { background-color: rgb(83,82,50); }
div.DivClassName
{
background-color: #535232;
}
.BgClassName
{
background-color: #535232;
}
</style>
border-color css
<style>
span { border-color: #535232; }
span { border-color: rgb(83,82,50); }
td.TdClassName
{
border-color: #535232;
}
.TagClassName
{
border-color: #535232;
}
</style>