Shades of Camouflage #55553B
Tints of Camouflage #55553B
RGB
CMYK
RGB Variations
Color information
#55553B (or 0x55553B) is known color: Camouflage. HEX triplet: 55, 55 and 3B. RGB value is (85,85,59). Sum of RGB (Red+Green+Blue) = 85+85+59=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55553B is #AAAAC4. Grayscale: #525252. Windows color (decimal): -11184837 or 3888469. OLE color: 3888469.
HSL color Cylindrical-coordinate representation of color #55553B: hue angle of 60º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55553B is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 59 | - |
| CMYK | 0 | 0 | 0.31 | 0.67 |
| HSL | 60º | 0.18% | 0.28% | - |
| HSV(B) | 60º | 0.31% | 0.33% | - |
| XYZ | 7.78 | 8.74 | 5.42 | - |
| YUV | 82.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 59 | 0 | 0 | 0.31 | 0.67 | 60 | 0.18 | 0.28 |
| Hex | 55 | 55 | 3B | 0 | 0 | 1F | 43 | 3C | 12 | 1C |
| Octal | 125 | 125 | 73 | 0 | 0 | 37 | 103 | 74 | 22 | 34 |
| Binary | 1010101 | 1010101 | 111011 | 0 | 0 | 11111 | 1000011 | 111100 | 10010 | 11100 |
Color Harmonies of #55553B
Complementary color
Monochromatic Colors of #55553B
Black with #55553B
Text Example
Text Example
White with #55553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55553B; }
p { color: rgb(85,85,59); }
H1.HeaderClassName
{
color: #55553B;
}
.AnyTagClassName
{
color: #55553B;
}
</style>
background-color css
<style>
a { background-color: #55553B; }
a { background-color: rgb(85,85,59); }
div.DivClassName
{
background-color: #55553B;
}
.BgClassName
{
background-color: #55553B;
}
</style>
border-color css
<style>
span { border-color: #55553B; }
span { border-color: rgb(85,85,59); }
td.TdClassName
{
border-color: #55553B;
}
.TagClassName
{
border-color: #55553B;
}
</style>