Shades of Vida Loca #53850D
Tints of Vida Loca #53850D
RGB
CMYK
RGB Variations
Color information
#53850D (or 0x53850D) is known color: Vida Loca. HEX triplet: 53, 85 and 0D. RGB value is (83,133,13). Sum of RGB (Red+Green+Blue) = 83+133+13=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #53850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53850D is #AC7AF2. Grayscale: #686868. Windows color (decimal): -11303667 or 886099. OLE color: 886099.
HSL color Cylindrical-coordinate representation of color #53850D: hue angle of 85º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53850D is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 13 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.48 |
| HSL | 85º | 0.82% | 0.29% | - |
| HSV(B) | 85º | 0.9% | 0.52% | - |
| XYZ | 12.03 | 18.64 | 3.35 | - |
| YUV | 104.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 13 | 0.38 | 0 | 0.90 | 0.48 | 85 | 0.82 | 0.29 |
| Hex | 53 | 85 | D | 26 | 0 | 5A | 30 | 55 | 52 | 1D |
| Octal | 123 | 205 | 15 | 46 | 0 | 132 | 60 | 125 | 122 | 35 |
| Binary | 1010011 | 10000101 | 1101 | 100110 | 0 | 1011010 | 110000 | 1010101 | 1010010 | 11101 |
Color Harmonies of #53850D
Complementary color
Monochromatic Colors of #53850D
Black with #53850D
Text Example
Text Example
White with #53850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53850D; }
p { color: rgb(83,133,13); }
H1.HeaderClassName
{
color: #53850D;
}
.AnyTagClassName
{
color: #53850D;
}
</style>
background-color css
<style>
a { background-color: #53850D; }
a { background-color: rgb(83,133,13); }
div.DivClassName
{
background-color: #53850D;
}
.BgClassName
{
background-color: #53850D;
}
</style>
border-color css
<style>
span { border-color: #53850D; }
span { border-color: rgb(83,133,13); }
td.TdClassName
{
border-color: #53850D;
}
.TagClassName
{
border-color: #53850D;
}
</style>