Shades of Camouflage #53533D
Tints of Camouflage #53533D
RGB
CMYK
RGB Variations
Color information
#53533D (or 0x53533D) is known color: Camouflage. HEX triplet: 53, 53 and 3D. RGB value is (83,83,61). Sum of RGB (Red+Green+Blue) = 83+83+61=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53533D is #ACACC2. Grayscale: #505050. Windows color (decimal): -11316419 or 4019027. OLE color: 4019027.
HSL color Cylindrical-coordinate representation of color #53533D: hue angle of 60º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53533D is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 61 | - |
| CMYK | 0 | 0 | 0.27 | 0.67 |
| HSL | 60º | 0.15% | 0.28% | - |
| HSV(B) | 60º | 0.27% | 0.33% | - |
| XYZ | 7.5 | 8.36 | 5.63 | - |
| YUV | 80.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 61 | 0 | 0 | 0.27 | 0.67 | 60 | 0.15 | 0.28 |
| Hex | 53 | 53 | 3D | 0 | 0 | 1B | 43 | 3C | F | 1C |
| Octal | 123 | 123 | 75 | 0 | 0 | 33 | 103 | 74 | 17 | 34 |
| Binary | 1010011 | 1010011 | 111101 | 0 | 0 | 11011 | 1000011 | 111100 | 1111 | 11100 |
Color Harmonies of #53533D
Complementary color
Monochromatic Colors of #53533D
Black with #53533D
Text Example
Text Example
White with #53533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53533D; }
p { color: rgb(83,83,61); }
H1.HeaderClassName
{
color: #53533D;
}
.AnyTagClassName
{
color: #53533D;
}
</style>
background-color css
<style>
a { background-color: #53533D; }
a { background-color: rgb(83,83,61); }
div.DivClassName
{
background-color: #53533D;
}
.BgClassName
{
background-color: #53533D;
}
</style>
border-color css
<style>
span { border-color: #53533D; }
span { border-color: rgb(83,83,61); }
td.TdClassName
{
border-color: #53533D;
}
.TagClassName
{
border-color: #53533D;
}
</style>