Shades of Camouflage #555338
Tints of Camouflage #555338
RGB
CMYK
RGB Variations
Color information
#555338 (or 0x555338) is known color: Camouflage. HEX triplet: 55, 53 and 38. RGB value is (85,83,56). Sum of RGB (Red+Green+Blue) = 85+83+56=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #555338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555338 is #AAACC7. Grayscale: #505050. Windows color (decimal): -11185352 or 3691349. OLE color: 3691349.
HSL color Cylindrical-coordinate representation of color #555338: hue angle of 55.86º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555338 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 56 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.67 |
| HSL | 55.86º | 0.21% | 0.28% | - |
| HSV(B) | 55.86º | 0.34% | 0.33% | - |
| XYZ | 7.55 | 8.4 | 4.97 | - |
| YUV | 80.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 56 | 0 | 0.02 | 0.34 | 0.67 | 55.86 | 0.21 | 0.28 |
| Hex | 55 | 53 | 38 | 0 | 2 | 22 | 43 | 38 | 15 | 1C |
| Octal | 125 | 123 | 70 | 0 | 2 | 42 | 103 | 70 | 25 | 34 |
| Binary | 1010101 | 1010011 | 111000 | 0 | 10 | 100010 | 1000011 | 111000 | 10101 | 11100 |
Color Harmonies of #555338
Complementary color
Monochromatic Colors of #555338
Black with #555338
Text Example
Text Example
White with #555338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555338; }
p { color: rgb(85,83,56); }
H1.HeaderClassName
{
color: #555338;
}
.AnyTagClassName
{
color: #555338;
}
</style>
background-color css
<style>
a { background-color: #555338; }
a { background-color: rgb(85,83,56); }
div.DivClassName
{
background-color: #555338;
}
.BgClassName
{
background-color: #555338;
}
</style>
border-color css
<style>
span { border-color: #555338; }
span { border-color: rgb(85,83,56); }
td.TdClassName
{
border-color: #555338;
}
.TagClassName
{
border-color: #555338;
}
</style>