Shades of Bronze Olive #5A4E0A
Tints of Bronze Olive #5A4E0A
RGB
CMYK
RGB Variations
Color information
#5A4E0A (or 0x5A4E0A) is known color: Bronze Olive. HEX triplet: 5A, 4E and 0A. RGB value is (90,78,10). Sum of RGB (Red+Green+Blue) = 90+78+10=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A4E0A is #A5B1F5. Grayscale: #4A4A4A. Windows color (decimal): -10858998 or 675418. OLE color: 675418.
HSL color Cylindrical-coordinate representation of color #5A4E0A: hue angle of 51º 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 #5A4E0A is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 10 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.65 |
| HSL | 51º | 0.8% | 0.2% | - |
| HSV(B) | 51º | 0.89% | 0.35% | - |
| XYZ | 7 | 7.64 | 1.39 | - |
| YUV | 73.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 10 | 0 | 0.13 | 0.89 | 0.65 | 51 | 0.8 | 0.2 |
| Hex | 5A | 4E | A | 0 | D | 59 | 41 | 33 | 50 | 14 |
| Octal | 132 | 116 | 12 | 0 | 15 | 131 | 101 | 63 | 120 | 24 |
| Binary | 1011010 | 1001110 | 1010 | 0 | 1101 | 1011001 | 1000001 | 110011 | 1010000 | 10100 |
Color Harmonies of #5A4E0A
Complementary color
Monochromatic Colors of #5A4E0A
Black with #5A4E0A
Text Example
Text Example
White with #5A4E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E0A; }
p { color: rgb(90,78,10); }
H1.HeaderClassName
{
color: #5A4E0A;
}
.AnyTagClassName
{
color: #5A4E0A;
}
</style>
background-color css
<style>
a { background-color: #5A4E0A; }
a { background-color: rgb(90,78,10); }
div.DivClassName
{
background-color: #5A4E0A;
}
.BgClassName
{
background-color: #5A4E0A;
}
</style>
border-color css
<style>
span { border-color: #5A4E0A; }
span { border-color: rgb(90,78,10); }
td.TdClassName
{
border-color: #5A4E0A;
}
.TagClassName
{
border-color: #5A4E0A;
}
</style>