Shades of Camouflage #555433
Tints of Camouflage #555433
RGB
CMYK
RGB Variations
Color information
#555433 (or 0x555433) is known color: Camouflage. HEX triplet: 55, 54 and 33. RGB value is (85,84,51). Sum of RGB (Red+Green+Blue) = 85+84+51=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #555433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555433 is #AAABCC. Grayscale: #505050. Windows color (decimal): -11185101 or 3363925. OLE color: 3363925.
HSL color Cylindrical-coordinate representation of color #555433: hue angle of 58.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #555433 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 51 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.67 |
| HSL | 58.24º | 0.25% | 0.27% | - |
| HSV(B) | 58.24º | 0.4% | 0.33% | - |
| XYZ | 7.51 | 8.51 | 4.38 | - |
| YUV | 80.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 51 | 0 | 0.01 | 0.40 | 0.67 | 58.24 | 0.25 | 0.27 |
| Hex | 55 | 54 | 33 | 0 | 1 | 28 | 43 | 3A | 19 | 1B |
| Octal | 125 | 124 | 63 | 0 | 1 | 50 | 103 | 72 | 31 | 33 |
| Binary | 1010101 | 1010100 | 110011 | 0 | 1 | 101000 | 1000011 | 111010 | 11001 | 11011 |
Color Harmonies of #555433
Complementary color
Monochromatic Colors of #555433
Black with #555433
Text Example
Text Example
White with #555433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555433; }
p { color: rgb(85,84,51); }
H1.HeaderClassName
{
color: #555433;
}
.AnyTagClassName
{
color: #555433;
}
</style>
background-color css
<style>
a { background-color: #555433; }
a { background-color: rgb(85,84,51); }
div.DivClassName
{
background-color: #555433;
}
.BgClassName
{
background-color: #555433;
}
</style>
border-color css
<style>
span { border-color: #555433; }
span { border-color: rgb(85,84,51); }
td.TdClassName
{
border-color: #555433;
}
.TagClassName
{
border-color: #555433;
}
</style>