Shades of Bronze Olive #5A4211
Tints of Bronze Olive #5A4211
RGB
CMYK
RGB Variations
Color information
#5A4211 (or 0x5A4211) is known color: Bronze Olive. HEX triplet: 5A, 42 and 11. RGB value is (90,66,17). Sum of RGB (Red+Green+Blue) = 90+66+17=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4211 is #A5BDEE. Grayscale: #434343. Windows color (decimal): -10862063 or 1131098. OLE color: 1131098.
HSL color Cylindrical-coordinate representation of color #5A4211: hue angle of 40.27º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A4211 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 17 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.65 |
| HSL | 40.27º | 0.68% | 0.21% | - |
| HSV(B) | 40.27º | 0.81% | 0.35% | - |
| XYZ | 6.27 | 6.11 | 1.38 | - |
| YUV | 67.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 17 | 0 | 0.27 | 0.81 | 0.65 | 40.27 | 0.68 | 0.21 |
| Hex | 5A | 42 | 11 | 0 | 1B | 51 | 41 | 28 | 44 | 15 |
| Octal | 132 | 102 | 21 | 0 | 33 | 121 | 101 | 50 | 104 | 25 |
| Binary | 1011010 | 1000010 | 10001 | 0 | 11011 | 1010001 | 1000001 | 101000 | 1000100 | 10101 |
Color Harmonies of #5A4211
Complementary color
Monochromatic Colors of #5A4211
Black with #5A4211
Text Example
Text Example
White with #5A4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4211; }
p { color: rgb(90,66,17); }
H1.HeaderClassName
{
color: #5A4211;
}
.AnyTagClassName
{
color: #5A4211;
}
</style>
background-color css
<style>
a { background-color: #5A4211; }
a { background-color: rgb(90,66,17); }
div.DivClassName
{
background-color: #5A4211;
}
.BgClassName
{
background-color: #5A4211;
}
</style>
border-color css
<style>
span { border-color: #5A4211; }
span { border-color: rgb(90,66,17); }
td.TdClassName
{
border-color: #5A4211;
}
.TagClassName
{
border-color: #5A4211;
}
</style>