Shades of Cactus #53704D
Tints of Cactus #53704D
RGB
CMYK
RGB Variations
Color information
#53704D (or 0x53704D) is known color: Cactus. HEX triplet: 53, 70 and 4D. RGB value is (83,112,77). Sum of RGB (Red+Green+Blue) = 83+112+77=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #53704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53704D is #AC8FB2. Grayscale: #636363. Windows color (decimal): -11308979 or 5075027. OLE color: 5075027.
HSL color Cylindrical-coordinate representation of color #53704D: hue angle of 109.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53704D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 77 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.56 |
| HSL | 109.71º | 0.19% | 0.37% | - |
| HSV(B) | 109.71º | 0.31% | 0.44% | - |
| XYZ | 10.7 | 13.96 | 9.15 | - |
| YUV | 99.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 77 | 0.26 | 0 | 0.31 | 0.56 | 109.71 | 0.19 | 0.37 |
| Hex | 53 | 70 | 4D | 1A | 0 | 1F | 38 | 6E | 13 | 25 |
| Octal | 123 | 160 | 115 | 32 | 0 | 37 | 70 | 156 | 23 | 45 |
| Binary | 1010011 | 1110000 | 1001101 | 11010 | 0 | 11111 | 111000 | 1101110 | 10011 | 100101 |
Color Harmonies of #53704D
Complementary color
Monochromatic Colors of #53704D
Black with #53704D
Text Example
Text Example
White with #53704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53704D; }
p { color: rgb(83,112,77); }
H1.HeaderClassName
{
color: #53704D;
}
.AnyTagClassName
{
color: #53704D;
}
</style>
background-color css
<style>
a { background-color: #53704D; }
a { background-color: rgb(83,112,77); }
div.DivClassName
{
background-color: #53704D;
}
.BgClassName
{
background-color: #53704D;
}
</style>
border-color css
<style>
span { border-color: #53704D; }
span { border-color: rgb(83,112,77); }
td.TdClassName
{
border-color: #53704D;
}
.TagClassName
{
border-color: #53704D;
}
</style>