Shades of Vida Loca #53852C
Tints of Vida Loca #53852C
RGB
CMYK
RGB Variations
Color information
#53852C (or 0x53852C) is known color: Vida Loca. HEX triplet: 53, 85 and 2C. RGB value is (83,133,44). Sum of RGB (Red+Green+Blue) = 83+133+44=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #53852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53852C is #AC7AD3. Grayscale: #6C6C6C. Windows color (decimal): -11303636 or 2917715. OLE color: 2917715.
HSL color Cylindrical-coordinate representation of color #53852C: hue angle of 93.71º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53852C is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 44 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.48 |
| HSL | 93.71º | 0.5% | 0.35% | - |
| HSV(B) | 93.71º | 0.67% | 0.52% | - |
| XYZ | 12.41 | 18.8 | 5.36 | - |
| YUV | 107.9 | 91.94 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 44 | 0.38 | 0 | 0.67 | 0.48 | 93.71 | 0.5 | 0.35 |
| Hex | 53 | 85 | 2C | 26 | 0 | 43 | 30 | 5E | 32 | 23 |
| Octal | 123 | 205 | 54 | 46 | 0 | 103 | 60 | 136 | 62 | 43 |
| Binary | 1010011 | 10000101 | 101100 | 100110 | 0 | 1000011 | 110000 | 1011110 | 110010 | 100011 |
Color Harmonies of #53852C
Complementary color
Monochromatic Colors of #53852C
Black with #53852C
Text Example
Text Example
White with #53852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53852C; }
p { color: rgb(83,133,44); }
H1.HeaderClassName
{
color: #53852C;
}
.AnyTagClassName
{
color: #53852C;
}
</style>
background-color css
<style>
a { background-color: #53852C; }
a { background-color: rgb(83,133,44); }
div.DivClassName
{
background-color: #53852C;
}
.BgClassName
{
background-color: #53852C;
}
</style>
border-color css
<style>
span { border-color: #53852C; }
span { border-color: rgb(83,133,44); }
td.TdClassName
{
border-color: #53852C;
}
.TagClassName
{
border-color: #53852C;
}
</style>