Shades of Camouflage #55553A
Tints of Camouflage #55553A
RGB
CMYK
RGB Variations
Color information
#55553A (or 0x55553A) is known color: Camouflage. HEX triplet: 55, 55 and 3A. RGB value is (85,85,58). Sum of RGB (Red+Green+Blue) = 85+85+58=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55553A is #AAAAC5. Grayscale: #525252. Windows color (decimal): -11184838 or 3822933. OLE color: 3822933.
HSL color Cylindrical-coordinate representation of color #55553A: hue angle of 60º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55553A is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 58 | - |
| CMYK | 0 | 0 | 0.32 | 0.67 |
| HSL | 60º | 0.19% | 0.28% | - |
| HSV(B) | 60º | 0.32% | 0.33% | - |
| XYZ | 7.76 | 8.73 | 5.28 | - |
| YUV | 81.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 58 | 0 | 0 | 0.32 | 0.67 | 60 | 0.19 | 0.28 |
| Hex | 55 | 55 | 3A | 0 | 0 | 20 | 43 | 3C | 13 | 1C |
| Octal | 125 | 125 | 72 | 0 | 0 | 40 | 103 | 74 | 23 | 34 |
| Binary | 1010101 | 1010101 | 111010 | 0 | 0 | 100000 | 1000011 | 111100 | 10011 | 11100 |
Color Harmonies of #55553A
Complementary color
Monochromatic Colors of #55553A
Black with #55553A
Text Example
Text Example
White with #55553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55553A; }
p { color: rgb(85,85,58); }
H1.HeaderClassName
{
color: #55553A;
}
.AnyTagClassName
{
color: #55553A;
}
</style>
background-color css
<style>
a { background-color: #55553A; }
a { background-color: rgb(85,85,58); }
div.DivClassName
{
background-color: #55553A;
}
.BgClassName
{
background-color: #55553A;
}
</style>
border-color css
<style>
span { border-color: #55553A; }
span { border-color: rgb(85,85,58); }
td.TdClassName
{
border-color: #55553A;
}
.TagClassName
{
border-color: #55553A;
}
</style>