Shades of Camouflage #555329
Tints of Camouflage #555329
RGB
CMYK
RGB Variations
Color information
#555329 (or 0x555329) is known color: Camouflage. HEX triplet: 55, 53 and 29. RGB value is (85,83,41). Sum of RGB (Red+Green+Blue) = 85+83+41=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #555329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555329 is #AAACD6. Grayscale: #4E4E4E. Windows color (decimal): -11185367 or 2708309. OLE color: 2708309.
HSL color Cylindrical-coordinate representation of color #555329: hue angle of 57.27º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555329 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 41 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.67 |
| HSL | 57.27º | 0.35% | 0.25% | - |
| HSV(B) | 57.27º | 0.52% | 0.33% | - |
| XYZ | 7.24 | 8.28 | 3.31 | - |
| YUV | 78.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 41 | 0 | 0.02 | 0.52 | 0.67 | 57.27 | 0.35 | 0.25 |
| Hex | 55 | 53 | 29 | 0 | 2 | 34 | 43 | 39 | 23 | 19 |
| Octal | 125 | 123 | 51 | 0 | 2 | 64 | 103 | 71 | 43 | 31 |
| Binary | 1010101 | 1010011 | 101001 | 0 | 10 | 110100 | 1000011 | 111001 | 100011 | 11001 |
Color Harmonies of #555329
Complementary color
Monochromatic Colors of #555329
Black with #555329
Text Example
Text Example
White with #555329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555329; }
p { color: rgb(85,83,41); }
H1.HeaderClassName
{
color: #555329;
}
.AnyTagClassName
{
color: #555329;
}
</style>
background-color css
<style>
a { background-color: #555329; }
a { background-color: rgb(85,83,41); }
div.DivClassName
{
background-color: #555329;
}
.BgClassName
{
background-color: #555329;
}
</style>
border-color css
<style>
span { border-color: #555329; }
span { border-color: rgb(85,83,41); }
td.TdClassName
{
border-color: #555329;
}
.TagClassName
{
border-color: #555329;
}
</style>