Shades of Camouflage #535125
Tints of Camouflage #535125
RGB
CMYK
RGB Variations
Color information
#535125 (or 0x535125) is known color: Camouflage. HEX triplet: 53, 51 and 25. RGB value is (83,81,37). Sum of RGB (Red+Green+Blue) = 83+81+37=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #535125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535125 is #ACAEDA. Grayscale: #4C4C4C. Windows color (decimal): -11316955 or 2445651. OLE color: 2445651.
HSL color Cylindrical-coordinate representation of color #535125: hue angle of 57.39º 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 #535125 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 37 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.67 |
| HSL | 57.39º | 0.38% | 0.24% | - |
| HSV(B) | 57.39º | 0.55% | 0.33% | - |
| XYZ | 6.84 | 7.86 | 2.91 | - |
| YUV | 76.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 37 | 0 | 0.02 | 0.55 | 0.67 | 57.39 | 0.38 | 0.24 |
| Hex | 53 | 51 | 25 | 0 | 2 | 37 | 43 | 39 | 26 | 18 |
| Octal | 123 | 121 | 45 | 0 | 2 | 67 | 103 | 71 | 46 | 30 |
| Binary | 1010011 | 1010001 | 100101 | 0 | 10 | 110111 | 1000011 | 111001 | 100110 | 11000 |
Color Harmonies of #535125
Complementary color
Monochromatic Colors of #535125
Black with #535125
Text Example
Text Example
White with #535125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535125; }
p { color: rgb(83,81,37); }
H1.HeaderClassName
{
color: #535125;
}
.AnyTagClassName
{
color: #535125;
}
</style>
background-color css
<style>
a { background-color: #535125; }
a { background-color: rgb(83,81,37); }
div.DivClassName
{
background-color: #535125;
}
.BgClassName
{
background-color: #535125;
}
</style>
border-color css
<style>
span { border-color: #535125; }
span { border-color: rgb(83,81,37); }
td.TdClassName
{
border-color: #535125;
}
.TagClassName
{
border-color: #535125;
}
</style>