Shades of Camouflage #535225
Tints of Camouflage #535225
RGB
CMYK
RGB Variations
Color information
#535225 (or 0x535225) is known color: Camouflage. HEX triplet: 53, 52 and 25. RGB value is (83,82,37). Sum of RGB (Red+Green+Blue) = 83+82+37=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #535225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535225 is #ACADDA. Grayscale: #4D4D4D. Windows color (decimal): -11316699 or 2445907. OLE color: 2445907.
HSL color Cylindrical-coordinate representation of color #535225: hue angle of 58.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #535225 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 37 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.67 |
| HSL | 58.7º | 0.38% | 0.24% | - |
| HSV(B) | 58.7º | 0.55% | 0.33% | - |
| XYZ | 6.92 | 8.01 | 2.93 | - |
| YUV | 77.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 37 | 0 | 0.01 | 0.55 | 0.67 | 58.7 | 0.38 | 0.24 |
| Hex | 53 | 52 | 25 | 0 | 1 | 37 | 43 | 3B | 26 | 18 |
| Octal | 123 | 122 | 45 | 0 | 1 | 67 | 103 | 73 | 46 | 30 |
| Binary | 1010011 | 1010010 | 100101 | 0 | 1 | 110111 | 1000011 | 111011 | 100110 | 11000 |
Color Harmonies of #535225
Complementary color
Monochromatic Colors of #535225
Black with #535225
Text Example
Text Example
White with #535225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535225; }
p { color: rgb(83,82,37); }
H1.HeaderClassName
{
color: #535225;
}
.AnyTagClassName
{
color: #535225;
}
</style>
background-color css
<style>
a { background-color: #535225; }
a { background-color: rgb(83,82,37); }
div.DivClassName
{
background-color: #535225;
}
.BgClassName
{
background-color: #535225;
}
</style>
border-color css
<style>
span { border-color: #535225; }
span { border-color: rgb(83,82,37); }
td.TdClassName
{
border-color: #535225;
}
.TagClassName
{
border-color: #535225;
}
</style>