Shades of Camouflage #53533C
Tints of Camouflage #53533C
RGB
CMYK
RGB Variations
Color information
#53533C (or 0x53533C) is known color: Camouflage. HEX triplet: 53, 53 and 3C. RGB value is (83,83,60). Sum of RGB (Red+Green+Blue) = 83+83+60=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53533C is #ACACC3. Grayscale: #505050. Windows color (decimal): -11316420 or 3953491. OLE color: 3953491.
HSL color Cylindrical-coordinate representation of color #53533C: hue angle of 60º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53533C is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 60 | - |
| CMYK | 0 | 0 | 0.28 | 0.67 |
| HSL | 60º | 0.16% | 0.28% | - |
| HSV(B) | 60º | 0.28% | 0.33% | - |
| XYZ | 7.48 | 8.35 | 5.49 | - |
| YUV | 80.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 60 | 0 | 0 | 0.28 | 0.67 | 60 | 0.16 | 0.28 |
| Hex | 53 | 53 | 3C | 0 | 0 | 1C | 43 | 3C | 10 | 1C |
| Octal | 123 | 123 | 74 | 0 | 0 | 34 | 103 | 74 | 20 | 34 |
| Binary | 1010011 | 1010011 | 111100 | 0 | 0 | 11100 | 1000011 | 111100 | 10000 | 11100 |
Color Harmonies of #53533C
Complementary color
Monochromatic Colors of #53533C
Black with #53533C
Text Example
Text Example
White with #53533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53533C; }
p { color: rgb(83,83,60); }
H1.HeaderClassName
{
color: #53533C;
}
.AnyTagClassName
{
color: #53533C;
}
</style>
background-color css
<style>
a { background-color: #53533C; }
a { background-color: rgb(83,83,60); }
div.DivClassName
{
background-color: #53533C;
}
.BgClassName
{
background-color: #53533C;
}
</style>
border-color css
<style>
span { border-color: #53533C; }
span { border-color: rgb(83,83,60); }
td.TdClassName
{
border-color: #53533C;
}
.TagClassName
{
border-color: #53533C;
}
</style>