Shades of Bronze Olive #53490A
Tints of Bronze Olive #53490A
RGB
CMYK
RGB Variations
Color information
#53490A (or 0x53490A) is known color: Bronze Olive. HEX triplet: 53, 49 and 0A. RGB value is (83,73,10). Sum of RGB (Red+Green+Blue) = 83+73+10=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53490A is #ACB6F5. Grayscale: #454545. Windows color (decimal): -11319030 or 674131. OLE color: 674131.
HSL color Cylindrical-coordinate representation of color #53490A: hue angle of 51.78º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53490A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 10 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.67 |
| HSL | 51.78º | 0.78% | 0.18% | - |
| HSV(B) | 51.78º | 0.88% | 0.33% | - |
| XYZ | 6 | 6.63 | 1.25 | - |
| YUV | 68.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 10 | 0 | 0.12 | 0.88 | 0.67 | 51.78 | 0.78 | 0.18 |
| Hex | 53 | 49 | A | 0 | C | 58 | 43 | 34 | 4E | 12 |
| Octal | 123 | 111 | 12 | 0 | 14 | 130 | 103 | 64 | 116 | 22 |
| Binary | 1010011 | 1001001 | 1010 | 0 | 1100 | 1011000 | 1000011 | 110100 | 1001110 | 10010 |
Color Harmonies of #53490A
Complementary color
Monochromatic Colors of #53490A
Black with #53490A
Text Example
Text Example
White with #53490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53490A; }
p { color: rgb(83,73,10); }
H1.HeaderClassName
{
color: #53490A;
}
.AnyTagClassName
{
color: #53490A;
}
</style>
background-color css
<style>
a { background-color: #53490A; }
a { background-color: rgb(83,73,10); }
div.DivClassName
{
background-color: #53490A;
}
.BgClassName
{
background-color: #53490A;
}
</style>
border-color css
<style>
span { border-color: #53490A; }
span { border-color: rgb(83,73,10); }
td.TdClassName
{
border-color: #53490A;
}
.TagClassName
{
border-color: #53490A;
}
</style>