Shades of Camouflage #535031
Tints of Camouflage #535031
RGB
CMYK
RGB Variations
Color information
#535031 (or 0x535031) is known color: Camouflage. HEX triplet: 53, 50 and 31. RGB value is (83,80,49). Sum of RGB (Red+Green+Blue) = 83+80+49=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #535031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535031 is #ACAFCE. Grayscale: #4D4D4D. Windows color (decimal): -11317199 or 3231827. OLE color: 3231827.
HSL color Cylindrical-coordinate representation of color #535031: hue angle of 54.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #535031 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 49 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.67 |
| HSL | 54.71º | 0.26% | 0.26% | - |
| HSV(B) | 54.71º | 0.41% | 0.33% | - |
| XYZ | 6.99 | 7.8 | 4.04 | - |
| YUV | 77.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 49 | 0 | 0.04 | 0.41 | 0.67 | 54.71 | 0.26 | 0.26 |
| Hex | 53 | 50 | 31 | 0 | 4 | 29 | 43 | 37 | 1A | 1A |
| Octal | 123 | 120 | 61 | 0 | 4 | 51 | 103 | 67 | 32 | 32 |
| Binary | 1010011 | 1010000 | 110001 | 0 | 100 | 101001 | 1000011 | 110111 | 11010 | 11010 |
Color Harmonies of #535031
Complementary color
Monochromatic Colors of #535031
Black with #535031
Text Example
Text Example
White with #535031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535031; }
p { color: rgb(83,80,49); }
H1.HeaderClassName
{
color: #535031;
}
.AnyTagClassName
{
color: #535031;
}
</style>
background-color css
<style>
a { background-color: #535031; }
a { background-color: rgb(83,80,49); }
div.DivClassName
{
background-color: #535031;
}
.BgClassName
{
background-color: #535031;
}
</style>
border-color css
<style>
span { border-color: #535031; }
span { border-color: rgb(83,80,49); }
td.TdClassName
{
border-color: #535031;
}
.TagClassName
{
border-color: #535031;
}
</style>