Shades of Cactus #53704C
Tints of Cactus #53704C
RGB
CMYK
RGB Variations
Color information
#53704C (or 0x53704C) is known color: Cactus. HEX triplet: 53, 70 and 4C. RGB value is (83,112,76). Sum of RGB (Red+Green+Blue) = 83+112+76=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #53704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53704C is #AC8FB3. Grayscale: #636363. Windows color (decimal): -11308980 or 5009491. OLE color: 5009491.
HSL color Cylindrical-coordinate representation of color #53704C: hue angle of 108.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53704C is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 76 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.56 |
| HSL | 108.33º | 0.19% | 0.37% | - |
| HSV(B) | 108.33º | 0.32% | 0.44% | - |
| XYZ | 10.67 | 13.95 | 8.97 | - |
| YUV | 99.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 76 | 0.26 | 0 | 0.32 | 0.56 | 108.33 | 0.19 | 0.37 |
| Hex | 53 | 70 | 4C | 1A | 0 | 20 | 38 | 6C | 13 | 25 |
| Octal | 123 | 160 | 114 | 32 | 0 | 40 | 70 | 154 | 23 | 45 |
| Binary | 1010011 | 1110000 | 1001100 | 11010 | 0 | 100000 | 111000 | 1101100 | 10011 | 100101 |
Color Harmonies of #53704C
Complementary color
Monochromatic Colors of #53704C
Black with #53704C
Text Example
Text Example
White with #53704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53704C; }
p { color: rgb(83,112,76); }
H1.HeaderClassName
{
color: #53704C;
}
.AnyTagClassName
{
color: #53704C;
}
</style>
background-color css
<style>
a { background-color: #53704C; }
a { background-color: rgb(83,112,76); }
div.DivClassName
{
background-color: #53704C;
}
.BgClassName
{
background-color: #53704C;
}
</style>
border-color css
<style>
span { border-color: #53704C; }
span { border-color: rgb(83,112,76); }
td.TdClassName
{
border-color: #53704C;
}
.TagClassName
{
border-color: #53704C;
}
</style>