Shades of Bronze Olive #5A4617
Tints of Bronze Olive #5A4617
RGB
CMYK
RGB Variations
Color information
#5A4617 (or 0x5A4617) is known color: Bronze Olive. HEX triplet: 5A, 46 and 17. RGB value is (90,70,23). Sum of RGB (Red+Green+Blue) = 90+70+23=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4617 is #A5B9E8. Grayscale: #464646. Windows color (decimal): -10861033 or 1525338. OLE color: 1525338.
HSL color Cylindrical-coordinate representation of color #5A4617: hue angle of 42.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A4617 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 23 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.65 |
| HSL | 42.09º | 0.59% | 0.22% | - |
| HSV(B) | 42.09º | 0.74% | 0.35% | - |
| XYZ | 6.56 | 6.62 | 1.74 | - |
| YUV | 70.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 23 | 0 | 0.22 | 0.74 | 0.65 | 42.09 | 0.59 | 0.22 |
| Hex | 5A | 46 | 17 | 0 | 16 | 4A | 41 | 2A | 3B | 16 |
| Octal | 132 | 106 | 27 | 0 | 26 | 112 | 101 | 52 | 73 | 26 |
| Binary | 1011010 | 1000110 | 10111 | 0 | 10110 | 1001010 | 1000001 | 101010 | 111011 | 10110 |
Color Harmonies of #5A4617
Complementary color
Monochromatic Colors of #5A4617
Black with #5A4617
Text Example
Text Example
White with #5A4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4617; }
p { color: rgb(90,70,23); }
H1.HeaderClassName
{
color: #5A4617;
}
.AnyTagClassName
{
color: #5A4617;
}
</style>
background-color css
<style>
a { background-color: #5A4617; }
a { background-color: rgb(90,70,23); }
div.DivClassName
{
background-color: #5A4617;
}
.BgClassName
{
background-color: #5A4617;
}
</style>
border-color css
<style>
span { border-color: #5A4617; }
span { border-color: rgb(90,70,23); }
td.TdClassName
{
border-color: #5A4617;
}
.TagClassName
{
border-color: #5A4617;
}
</style>