Shades of Camouflage #535238
Tints of Camouflage #535238
RGB
CMYK
RGB Variations
Color information
#535238 (or 0x535238) is known color: Camouflage. HEX triplet: 53, 52 and 38. RGB value is (83,82,56). Sum of RGB (Red+Green+Blue) = 83+82+56=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #535238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535238 is #ACADC7. Grayscale: #4F4F4F. Windows color (decimal): -11316680 or 3691091. OLE color: 3691091.
HSL color Cylindrical-coordinate representation of color #535238: hue angle of 57.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535238 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 56 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.67 |
| HSL | 57.78º | 0.19% | 0.27% | - |
| HSV(B) | 57.78º | 0.33% | 0.33% | - |
| XYZ | 7.3 | 8.16 | 4.93 | - |
| YUV | 79.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 56 | 0 | 0.01 | 0.33 | 0.67 | 57.78 | 0.19 | 0.27 |
| Hex | 53 | 52 | 38 | 0 | 1 | 21 | 43 | 3A | 13 | 1B |
| Octal | 123 | 122 | 70 | 0 | 1 | 41 | 103 | 72 | 23 | 33 |
| Binary | 1010011 | 1010010 | 111000 | 0 | 1 | 100001 | 1000011 | 111010 | 10011 | 11011 |
Color Harmonies of #535238
Complementary color
Monochromatic Colors of #535238
Black with #535238
Text Example
Text Example
White with #535238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535238; }
p { color: rgb(83,82,56); }
H1.HeaderClassName
{
color: #535238;
}
.AnyTagClassName
{
color: #535238;
}
</style>
background-color css
<style>
a { background-color: #535238; }
a { background-color: rgb(83,82,56); }
div.DivClassName
{
background-color: #535238;
}
.BgClassName
{
background-color: #535238;
}
</style>
border-color css
<style>
span { border-color: #535238; }
span { border-color: rgb(83,82,56); }
td.TdClassName
{
border-color: #535238;
}
.TagClassName
{
border-color: #535238;
}
</style>