Shades of Camouflage #535334
Tints of Camouflage #535334
RGB
CMYK
RGB Variations
Color information
#535334 (or 0x535334) is known color: Camouflage. HEX triplet: 53, 53 and 34. RGB value is (83,83,52). Sum of RGB (Red+Green+Blue) = 83+83+52=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535334 is #ACACCB. Grayscale: #4F4F4F. Windows color (decimal): -11316428 or 3429203. OLE color: 3429203.
HSL color Cylindrical-coordinate representation of color #535334: hue angle of 60º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #535334 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 52 | - |
| CMYK | 0 | 0 | 0.37 | 0.67 |
| HSL | 60º | 0.23% | 0.26% | - |
| HSV(B) | 60º | 0.37% | 0.33% | - |
| XYZ | 7.28 | 8.27 | 4.46 | - |
| YUV | 79.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 52 | 0 | 0 | 0.37 | 0.67 | 60 | 0.23 | 0.26 |
| Hex | 53 | 53 | 34 | 0 | 0 | 25 | 43 | 3C | 17 | 1A |
| Octal | 123 | 123 | 64 | 0 | 0 | 45 | 103 | 74 | 27 | 32 |
| Binary | 1010011 | 1010011 | 110100 | 0 | 0 | 100101 | 1000011 | 111100 | 10111 | 11010 |
Color Harmonies of #535334
Complementary color
Monochromatic Colors of #535334
Black with #535334
Text Example
Text Example
White with #535334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535334; }
p { color: rgb(83,83,52); }
H1.HeaderClassName
{
color: #535334;
}
.AnyTagClassName
{
color: #535334;
}
</style>
background-color css
<style>
a { background-color: #535334; }
a { background-color: rgb(83,83,52); }
div.DivClassName
{
background-color: #535334;
}
.BgClassName
{
background-color: #535334;
}
</style>
border-color css
<style>
span { border-color: #535334; }
span { border-color: rgb(83,83,52); }
td.TdClassName
{
border-color: #535334;
}
.TagClassName
{
border-color: #535334;
}
</style>