Shades of Bronze Olive #5A450E
Tints of Bronze Olive #5A450E
RGB
CMYK
RGB Variations
Color information
#5A450E (or 0x5A450E) is known color: Bronze Olive. HEX triplet: 5A, 45 and 0E. RGB value is (90,69,14). Sum of RGB (Red+Green+Blue) = 90+69+14=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A450E is #A5BAF1. Grayscale: #454545. Windows color (decimal): -10861298 or 935258. OLE color: 935258.
HSL color Cylindrical-coordinate representation of color #5A450E: hue angle of 43.42º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A450E is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 14 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.65 |
| HSL | 43.42º | 0.73% | 0.2% | - |
| HSV(B) | 43.42º | 0.84% | 0.35% | - |
| XYZ | 6.42 | 6.46 | 1.32 | - |
| YUV | 69.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 14 | 0 | 0.23 | 0.84 | 0.65 | 43.42 | 0.73 | 0.2 |
| Hex | 5A | 45 | E | 0 | 17 | 54 | 41 | 2B | 49 | 14 |
| Octal | 132 | 105 | 16 | 0 | 27 | 124 | 101 | 53 | 111 | 24 |
| Binary | 1011010 | 1000101 | 1110 | 0 | 10111 | 1010100 | 1000001 | 101011 | 1001001 | 10100 |
Color Harmonies of #5A450E
Complementary color
Monochromatic Colors of #5A450E
Black with #5A450E
Text Example
Text Example
White with #5A450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A450E; }
p { color: rgb(90,69,14); }
H1.HeaderClassName
{
color: #5A450E;
}
.AnyTagClassName
{
color: #5A450E;
}
</style>
background-color css
<style>
a { background-color: #5A450E; }
a { background-color: rgb(90,69,14); }
div.DivClassName
{
background-color: #5A450E;
}
.BgClassName
{
background-color: #5A450E;
}
</style>
border-color css
<style>
span { border-color: #5A450E; }
span { border-color: rgb(90,69,14); }
td.TdClassName
{
border-color: #5A450E;
}
.TagClassName
{
border-color: #5A450E;
}
</style>