Shades of Camouflage #53502D
Tints of Camouflage #53502D
RGB
CMYK
RGB Variations
Color information
#53502D (or 0x53502D) is known color: Camouflage. HEX triplet: 53, 50 and 2D. RGB value is (83,80,45). Sum of RGB (Red+Green+Blue) = 83+80+45=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53502D is #ACAFD2. Grayscale: #4D4D4D. Windows color (decimal): -11317203 or 2969683. OLE color: 2969683.
HSL color Cylindrical-coordinate representation of color #53502D: hue angle of 55.26º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53502D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 45 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.67 |
| HSL | 55.26º | 0.3% | 0.25% | - |
| HSV(B) | 55.26º | 0.46% | 0.33% | - |
| XYZ | 6.91 | 7.77 | 3.62 | - |
| YUV | 76.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 45 | 0 | 0.04 | 0.46 | 0.67 | 55.26 | 0.3 | 0.25 |
| Hex | 53 | 50 | 2D | 0 | 4 | 2E | 43 | 37 | 1E | 19 |
| Octal | 123 | 120 | 55 | 0 | 4 | 56 | 103 | 67 | 36 | 31 |
| Binary | 1010011 | 1010000 | 101101 | 0 | 100 | 101110 | 1000011 | 110111 | 11110 | 11001 |
Color Harmonies of #53502D
Complementary color
Monochromatic Colors of #53502D
Black with #53502D
Text Example
Text Example
White with #53502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53502D; }
p { color: rgb(83,80,45); }
H1.HeaderClassName
{
color: #53502D;
}
.AnyTagClassName
{
color: #53502D;
}
</style>
background-color css
<style>
a { background-color: #53502D; }
a { background-color: rgb(83,80,45); }
div.DivClassName
{
background-color: #53502D;
}
.BgClassName
{
background-color: #53502D;
}
</style>
border-color css
<style>
span { border-color: #53502D; }
span { border-color: rgb(83,80,45); }
td.TdClassName
{
border-color: #53502D;
}
.TagClassName
{
border-color: #53502D;
}
</style>