Shades of Camouflage #555231
Tints of Camouflage #555231
RGB
CMYK
RGB Variations
Color information
#555231 (or 0x555231) is known color: Camouflage. HEX triplet: 55, 52 and 31. RGB value is (85,82,49). Sum of RGB (Red+Green+Blue) = 85+82+49=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #555231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555231 is #AAADCE. Grayscale: #4F4F4F. Windows color (decimal): -11185615 or 3232341. OLE color: 3232341.
HSL color Cylindrical-coordinate representation of color #555231: hue angle of 55º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555231 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 49 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.67 |
| HSL | 55º | 0.27% | 0.26% | - |
| HSV(B) | 55º | 0.42% | 0.33% | - |
| XYZ | 7.32 | 8.19 | 4.1 | - |
| YUV | 79.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 49 | 0 | 0.04 | 0.42 | 0.67 | 55 | 0.27 | 0.26 |
| Hex | 55 | 52 | 31 | 0 | 4 | 2A | 43 | 37 | 1B | 1A |
| Octal | 125 | 122 | 61 | 0 | 4 | 52 | 103 | 67 | 33 | 32 |
| Binary | 1010101 | 1010010 | 110001 | 0 | 100 | 101010 | 1000011 | 110111 | 11011 | 11010 |
Color Harmonies of #555231
Complementary color
Monochromatic Colors of #555231
Black with #555231
Text Example
Text Example
White with #555231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555231; }
p { color: rgb(85,82,49); }
H1.HeaderClassName
{
color: #555231;
}
.AnyTagClassName
{
color: #555231;
}
</style>
background-color css
<style>
a { background-color: #555231; }
a { background-color: rgb(85,82,49); }
div.DivClassName
{
background-color: #555231;
}
.BgClassName
{
background-color: #555231;
}
</style>
border-color css
<style>
span { border-color: #555231; }
span { border-color: rgb(85,82,49); }
td.TdClassName
{
border-color: #555231;
}
.TagClassName
{
border-color: #555231;
}
</style>