Shades of Bronze Olive #5A4409
Tints of Bronze Olive #5A4409
RGB
CMYK
RGB Variations
Color information
#5A4409 (or 0x5A4409) is known color: Bronze Olive. HEX triplet: 5A, 44 and 09. RGB value is (90,68,9). Sum of RGB (Red+Green+Blue) = 90+68+9=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4409 is #A5BBF6. Grayscale: #444444. Windows color (decimal): -10861559 or 607322. OLE color: 607322.
HSL color Cylindrical-coordinate representation of color #5A4409: hue angle of 43.7º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A4409 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 68 | 9 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.65 |
| HSL | 43.7º | 0.82% | 0.19% | - |
| HSV(B) | 43.7º | 0.9% | 0.35% | - |
| XYZ | 6.33 | 6.33 | 1.15 | - |
| YUV | 67.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 9 | 0 | 0.24 | 0.9 | 0.65 | 43.7 | 0.82 | 0.19 |
| Hex | 5A | 44 | 9 | 0 | 18 | 5A | 41 | 2C | 52 | 13 |
| Octal | 132 | 104 | 11 | 0 | 30 | 132 | 101 | 54 | 122 | 23 |
| Binary | 1011010 | 1000100 | 1001 | 0 | 11000 | 1011010 | 1000001 | 101100 | 1010010 | 10011 |
Color Harmonies of #5A4409
Complementary color
Monochromatic Colors of #5A4409
Black with #5A4409
Text Example
Text Example
White with #5A4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4409; }
p { color: rgb(90,68,9); }
H1.HeaderClassName
{
color: #5A4409;
}
.AnyTagClassName
{
color: #5A4409;
}
</style>
background-color css
<style>
a { background-color: #5A4409; }
a { background-color: rgb(90,68,9); }
div.DivClassName
{
background-color: #5A4409;
}
.BgClassName
{
background-color: #5A4409;
}
</style>
border-color css
<style>
span { border-color: #5A4409; }
span { border-color: rgb(90,68,9); }
td.TdClassName
{
border-color: #5A4409;
}
.TagClassName
{
border-color: #5A4409;
}
</style>