Shades of Bronze Olive #5A4B10
Tints of Bronze Olive #5A4B10
RGB
CMYK
RGB Variations
Color information
#5A4B10 (or 0x5A4B10) is known color: Bronze Olive. HEX triplet: 5A, 4B and 10. RGB value is (90,75,16). Sum of RGB (Red+Green+Blue) = 90+75+16=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B10 is #A5B4EF. Grayscale: #494949. Windows color (decimal): -10859760 or 1067866. OLE color: 1067866.
HSL color Cylindrical-coordinate representation of color #5A4B10: hue angle of 47.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A4B10 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 16 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.65 |
| HSL | 47.84º | 0.7% | 0.21% | - |
| HSV(B) | 47.84º | 0.82% | 0.35% | - |
| XYZ | 6.83 | 7.24 | 1.53 | - |
| YUV | 72.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 16 | 0 | 0.17 | 0.82 | 0.65 | 47.84 | 0.7 | 0.21 |
| Hex | 5A | 4B | 10 | 0 | 11 | 52 | 41 | 30 | 46 | 15 |
| Octal | 132 | 113 | 20 | 0 | 21 | 122 | 101 | 60 | 106 | 25 |
| Binary | 1011010 | 1001011 | 10000 | 0 | 10001 | 1010010 | 1000001 | 110000 | 1000110 | 10101 |
Color Harmonies of #5A4B10
Complementary color
Monochromatic Colors of #5A4B10
Black with #5A4B10
Text Example
Text Example
White with #5A4B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B10; }
p { color: rgb(90,75,16); }
H1.HeaderClassName
{
color: #5A4B10;
}
.AnyTagClassName
{
color: #5A4B10;
}
</style>
background-color css
<style>
a { background-color: #5A4B10; }
a { background-color: rgb(90,75,16); }
div.DivClassName
{
background-color: #5A4B10;
}
.BgClassName
{
background-color: #5A4B10;
}
</style>
border-color css
<style>
span { border-color: #5A4B10; }
span { border-color: rgb(90,75,16); }
td.TdClassName
{
border-color: #5A4B10;
}
.TagClassName
{
border-color: #5A4B10;
}
</style>