Shades of Camouflage #555328
Tints of Camouflage #555328
RGB
CMYK
RGB Variations
Color information
#555328 (or 0x555328) is known color: Camouflage. HEX triplet: 55, 53 and 28. RGB value is (85,83,40). Sum of RGB (Red+Green+Blue) = 85+83+40=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #555328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555328 is #AAACD7. Grayscale: #4E4E4E. Windows color (decimal): -11185368 or 2642773. OLE color: 2642773.
HSL color Cylindrical-coordinate representation of color #555328: hue angle of 57.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555328 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 40 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.67 |
| HSL | 57.33º | 0.36% | 0.25% | - |
| HSV(B) | 57.33º | 0.53% | 0.33% | - |
| XYZ | 7.22 | 8.27 | 3.22 | - |
| YUV | 78.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 40 | 0 | 0.02 | 0.53 | 0.67 | 57.33 | 0.36 | 0.25 |
| Hex | 55 | 53 | 28 | 0 | 2 | 35 | 43 | 39 | 24 | 19 |
| Octal | 125 | 123 | 50 | 0 | 2 | 65 | 103 | 71 | 44 | 31 |
| Binary | 1010101 | 1010011 | 101000 | 0 | 10 | 110101 | 1000011 | 111001 | 100100 | 11001 |
Color Harmonies of #555328
Complementary color
Monochromatic Colors of #555328
Black with #555328
Text Example
Text Example
White with #555328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555328; }
p { color: rgb(85,83,40); }
H1.HeaderClassName
{
color: #555328;
}
.AnyTagClassName
{
color: #555328;
}
</style>
background-color css
<style>
a { background-color: #555328; }
a { background-color: rgb(85,83,40); }
div.DivClassName
{
background-color: #555328;
}
.BgClassName
{
background-color: #555328;
}
</style>
border-color css
<style>
span { border-color: #555328; }
span { border-color: rgb(85,83,40); }
td.TdClassName
{
border-color: #555328;
}
.TagClassName
{
border-color: #555328;
}
</style>