Shades of Cactus #55724D
Tints of Cactus #55724D
RGB
CMYK
RGB Variations
Color information
#55724D (or 0x55724D) is known color: Cactus. HEX triplet: 55, 72 and 4D. RGB value is (85,114,77). Sum of RGB (Red+Green+Blue) = 85+114+77=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #55724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55724D is #AA8DB2. Grayscale: #656565. Windows color (decimal): -11177395 or 5075541. OLE color: 5075541.
HSL color Cylindrical-coordinate representation of color #55724D: hue angle of 107.03º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55724D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 77 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.55 |
| HSL | 107.03º | 0.19% | 0.37% | - |
| HSV(B) | 107.03º | 0.32% | 0.45% | - |
| XYZ | 11.1 | 14.5 | 9.24 | - |
| YUV | 101.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 77 | 0.25 | 0 | 0.32 | 0.55 | 107.03 | 0.19 | 0.37 |
| Hex | 55 | 72 | 4D | 19 | 0 | 20 | 37 | 6B | 13 | 25 |
| Octal | 125 | 162 | 115 | 31 | 0 | 40 | 67 | 153 | 23 | 45 |
| Binary | 1010101 | 1110010 | 1001101 | 11001 | 0 | 100000 | 110111 | 1101011 | 10011 | 100101 |
Color Harmonies of #55724D
Complementary color
Monochromatic Colors of #55724D
Black with #55724D
Text Example
Text Example
White with #55724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55724D; }
p { color: rgb(85,114,77); }
H1.HeaderClassName
{
color: #55724D;
}
.AnyTagClassName
{
color: #55724D;
}
</style>
background-color css
<style>
a { background-color: #55724D; }
a { background-color: rgb(85,114,77); }
div.DivClassName
{
background-color: #55724D;
}
.BgClassName
{
background-color: #55724D;
}
</style>
border-color css
<style>
span { border-color: #55724D; }
span { border-color: rgb(85,114,77); }
td.TdClassName
{
border-color: #55724D;
}
.TagClassName
{
border-color: #55724D;
}
</style>