Shades of Camouflage #535223
Tints of Camouflage #535223
RGB
CMYK
RGB Variations
Color information
#535223 (or 0x535223) is known color: Camouflage. HEX triplet: 53, 52 and 23. RGB value is (83,82,35). Sum of RGB (Red+Green+Blue) = 83+82+35=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #535223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535223 is #ACADDC. Grayscale: #4D4D4D. Windows color (decimal): -11316701 or 2314835. OLE color: 2314835.
HSL color Cylindrical-coordinate representation of color #535223: hue angle of 58.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #535223 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 35 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.67 |
| HSL | 58.75º | 0.41% | 0.23% | - |
| HSV(B) | 58.75º | 0.58% | 0.33% | - |
| XYZ | 6.89 | 7.99 | 2.77 | - |
| YUV | 76.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 35 | 0 | 0.01 | 0.58 | 0.67 | 58.75 | 0.41 | 0.23 |
| Hex | 53 | 52 | 23 | 0 | 1 | 3A | 43 | 3B | 29 | 17 |
| Octal | 123 | 122 | 43 | 0 | 1 | 72 | 103 | 73 | 51 | 27 |
| Binary | 1010011 | 1010010 | 100011 | 0 | 1 | 111010 | 1000011 | 111011 | 101001 | 10111 |
Color Harmonies of #535223
Complementary color
Monochromatic Colors of #535223
Black with #535223
Text Example
Text Example
White with #535223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535223; }
p { color: rgb(83,82,35); }
H1.HeaderClassName
{
color: #535223;
}
.AnyTagClassName
{
color: #535223;
}
</style>
background-color css
<style>
a { background-color: #535223; }
a { background-color: rgb(83,82,35); }
div.DivClassName
{
background-color: #535223;
}
.BgClassName
{
background-color: #535223;
}
</style>
border-color css
<style>
span { border-color: #535223; }
span { border-color: rgb(83,82,35); }
td.TdClassName
{
border-color: #535223;
}
.TagClassName
{
border-color: #535223;
}
</style>