Shades of Camouflage #53532F
Tints of Camouflage #53532F
RGB
CMYK
RGB Variations
Color information
#53532F (or 0x53532F) is known color: Camouflage. HEX triplet: 53, 53 and 2F. RGB value is (83,83,47). Sum of RGB (Red+Green+Blue) = 83+83+47=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53532F is #ACACD0. Grayscale: #4F4F4F. Windows color (decimal): -11316433 or 3101523. OLE color: 3101523.
HSL color Cylindrical-coordinate representation of color #53532F: hue angle of 60º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53532F is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 47 | - |
| CMYK | 0 | 0 | 0.43 | 0.67 |
| HSL | 60º | 0.28% | 0.25% | - |
| HSV(B) | 60º | 0.43% | 0.33% | - |
| XYZ | 7.17 | 8.23 | 3.9 | - |
| YUV | 78.9 | 110 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 47 | 0 | 0 | 0.43 | 0.67 | 60 | 0.28 | 0.25 |
| Hex | 53 | 53 | 2F | 0 | 0 | 2B | 43 | 3C | 1C | 19 |
| Octal | 123 | 123 | 57 | 0 | 0 | 53 | 103 | 74 | 34 | 31 |
| Binary | 1010011 | 1010011 | 101111 | 0 | 0 | 101011 | 1000011 | 111100 | 11100 | 11001 |
Color Harmonies of #53532F
Complementary color
Monochromatic Colors of #53532F
Black with #53532F
Text Example
Text Example
White with #53532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53532F; }
p { color: rgb(83,83,47); }
H1.HeaderClassName
{
color: #53532F;
}
.AnyTagClassName
{
color: #53532F;
}
</style>
background-color css
<style>
a { background-color: #53532F; }
a { background-color: rgb(83,83,47); }
div.DivClassName
{
background-color: #53532F;
}
.BgClassName
{
background-color: #53532F;
}
</style>
border-color css
<style>
span { border-color: #53532F; }
span { border-color: rgb(83,83,47); }
td.TdClassName
{
border-color: #53532F;
}
.TagClassName
{
border-color: #53532F;
}
</style>