Shades of Camouflage #535236
Tints of Camouflage #535236
RGB
CMYK
RGB Variations
Color information
#535236 (or 0x535236) is known color: Camouflage. HEX triplet: 53, 52 and 36. RGB value is (83,82,54). Sum of RGB (Red+Green+Blue) = 83+82+54=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #535236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535236 is #ACADC9. Grayscale: #4F4F4F. Windows color (decimal): -11316682 or 3560019. OLE color: 3560019.
HSL color Cylindrical-coordinate representation of color #535236: hue angle of 57.93º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #535236 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 54 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.67 |
| HSL | 57.93º | 0.21% | 0.27% | - |
| HSV(B) | 57.93º | 0.35% | 0.33% | - |
| XYZ | 7.25 | 8.14 | 4.68 | - |
| YUV | 79.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 54 | 0 | 0.01 | 0.35 | 0.67 | 57.93 | 0.21 | 0.27 |
| Hex | 53 | 52 | 36 | 0 | 1 | 23 | 43 | 3A | 15 | 1B |
| Octal | 123 | 122 | 66 | 0 | 1 | 43 | 103 | 72 | 25 | 33 |
| Binary | 1010011 | 1010010 | 110110 | 0 | 1 | 100011 | 1000011 | 111010 | 10101 | 11011 |
Color Harmonies of #535236
Complementary color
Monochromatic Colors of #535236
Black with #535236
Text Example
Text Example
White with #535236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535236; }
p { color: rgb(83,82,54); }
H1.HeaderClassName
{
color: #535236;
}
.AnyTagClassName
{
color: #535236;
}
</style>
background-color css
<style>
a { background-color: #535236; }
a { background-color: rgb(83,82,54); }
div.DivClassName
{
background-color: #535236;
}
.BgClassName
{
background-color: #535236;
}
</style>
border-color css
<style>
span { border-color: #535236; }
span { border-color: rgb(83,82,54); }
td.TdClassName
{
border-color: #535236;
}
.TagClassName
{
border-color: #535236;
}
</style>