Shades of Bronze Olive #5A490A
Tints of Bronze Olive #5A490A
RGB
CMYK
RGB Variations
Color information
#5A490A (or 0x5A490A) is known color: Bronze Olive. HEX triplet: 5A, 49 and 0A. RGB value is (90,73,10). Sum of RGB (Red+Green+Blue) = 90+73+10=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A490A is #A5B6F5. Grayscale: #474747. Windows color (decimal): -10860278 or 674138. OLE color: 674138.
HSL color Cylindrical-coordinate representation of color #5A490A: hue angle of 47.25º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A490A is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 10 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.65 |
| HSL | 47.25º | 0.8% | 0.2% | - |
| HSV(B) | 47.25º | 0.89% | 0.35% | - |
| XYZ | 6.65 | 6.96 | 1.28 | - |
| YUV | 70.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 10 | 0 | 0.19 | 0.89 | 0.65 | 47.25 | 0.8 | 0.2 |
| Hex | 5A | 49 | A | 0 | 13 | 59 | 41 | 2F | 50 | 14 |
| Octal | 132 | 111 | 12 | 0 | 23 | 131 | 101 | 57 | 120 | 24 |
| Binary | 1011010 | 1001001 | 1010 | 0 | 10011 | 1011001 | 1000001 | 101111 | 1010000 | 10100 |
Color Harmonies of #5A490A
Complementary color
Monochromatic Colors of #5A490A
Black with #5A490A
Text Example
Text Example
White with #5A490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A490A; }
p { color: rgb(90,73,10); }
H1.HeaderClassName
{
color: #5A490A;
}
.AnyTagClassName
{
color: #5A490A;
}
</style>
background-color css
<style>
a { background-color: #5A490A; }
a { background-color: rgb(90,73,10); }
div.DivClassName
{
background-color: #5A490A;
}
.BgClassName
{
background-color: #5A490A;
}
</style>
border-color css
<style>
span { border-color: #5A490A; }
span { border-color: rgb(90,73,10); }
td.TdClassName
{
border-color: #5A490A;
}
.TagClassName
{
border-color: #5A490A;
}
</style>