Shades of Camouflage #535121
Tints of Camouflage #535121
RGB
CMYK
RGB Variations
Color information
#535121 (or 0x535121) is known color: Camouflage. HEX triplet: 53, 51 and 21. RGB value is (83,81,33). Sum of RGB (Red+Green+Blue) = 83+81+33=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #535121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535121 is #ACAEDE. Grayscale: #4C4C4C. Windows color (decimal): -11316959 or 2183507. OLE color: 2183507.
HSL color Cylindrical-coordinate representation of color #535121: hue angle of 57.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535121 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 33 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.67 |
| HSL | 57.6º | 0.43% | 0.23% | - |
| HSV(B) | 57.6º | 0.6% | 0.33% | - |
| XYZ | 6.78 | 7.83 | 2.59 | - |
| YUV | 76.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 33 | 0 | 0.02 | 0.60 | 0.67 | 57.6 | 0.43 | 0.23 |
| Hex | 53 | 51 | 21 | 0 | 2 | 3C | 43 | 3A | 2B | 17 |
| Octal | 123 | 121 | 41 | 0 | 2 | 74 | 103 | 72 | 53 | 27 |
| Binary | 1010011 | 1010001 | 100001 | 0 | 10 | 111100 | 1000011 | 111010 | 101011 | 10111 |
Color Harmonies of #535121
Complementary color
Monochromatic Colors of #535121
Black with #535121
Text Example
Text Example
White with #535121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535121; }
p { color: rgb(83,81,33); }
H1.HeaderClassName
{
color: #535121;
}
.AnyTagClassName
{
color: #535121;
}
</style>
background-color css
<style>
a { background-color: #535121; }
a { background-color: rgb(83,81,33); }
div.DivClassName
{
background-color: #535121;
}
.BgClassName
{
background-color: #535121;
}
</style>
border-color css
<style>
span { border-color: #535121; }
span { border-color: rgb(83,81,33); }
td.TdClassName
{
border-color: #535121;
}
.TagClassName
{
border-color: #535121;
}
</style>