Shades of Camouflage #555323
Tints of Camouflage #555323
RGB
CMYK
RGB Variations
Color information
#555323 (or 0x555323) is known color: Camouflage. HEX triplet: 55, 53 and 23. RGB value is (85,83,35). Sum of RGB (Red+Green+Blue) = 85+83+35=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #555323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555323 is #AAACDC. Grayscale: #4E4E4E. Windows color (decimal): -11185373 or 2315093. OLE color: 2315093.
HSL color Cylindrical-coordinate representation of color #555323: hue angle of 57.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555323 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 35 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.67 |
| HSL | 57.6º | 0.42% | 0.24% | - |
| HSV(B) | 57.6º | 0.59% | 0.33% | - |
| XYZ | 7.14 | 8.24 | 2.8 | - |
| YUV | 78.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 35 | 0 | 0.02 | 0.59 | 0.67 | 57.6 | 0.42 | 0.24 |
| Hex | 55 | 53 | 23 | 0 | 2 | 3B | 43 | 3A | 2A | 18 |
| Octal | 125 | 123 | 43 | 0 | 2 | 73 | 103 | 72 | 52 | 30 |
| Binary | 1010101 | 1010011 | 100011 | 0 | 10 | 111011 | 1000011 | 111010 | 101010 | 11000 |
Color Harmonies of #555323
Complementary color
Monochromatic Colors of #555323
Black with #555323
Text Example
Text Example
White with #555323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555323; }
p { color: rgb(85,83,35); }
H1.HeaderClassName
{
color: #555323;
}
.AnyTagClassName
{
color: #555323;
}
</style>
background-color css
<style>
a { background-color: #555323; }
a { background-color: rgb(85,83,35); }
div.DivClassName
{
background-color: #555323;
}
.BgClassName
{
background-color: #555323;
}
</style>
border-color css
<style>
span { border-color: #555323; }
span { border-color: rgb(85,83,35); }
td.TdClassName
{
border-color: #555323;
}
.TagClassName
{
border-color: #555323;
}
</style>