Shades of Bronze Olive #5A4908
Tints of Bronze Olive #5A4908
RGB
CMYK
RGB Variations
Color information
#5A4908 (or 0x5A4908) is known color: Bronze Olive. HEX triplet: 5A, 49 and 08. RGB value is (90,73,8). Sum of RGB (Red+Green+Blue) = 90+73+8=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4908 is #A5B6F7. Grayscale: #464646. Windows color (decimal): -10860280 or 543066. OLE color: 543066.
HSL color Cylindrical-coordinate representation of color #5A4908: hue angle of 47.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A4908 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 8 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.65 |
| HSL | 47.56º | 0.84% | 0.19% | - |
| HSV(B) | 47.56º | 0.91% | 0.35% | - |
| XYZ | 6.64 | 6.96 | 1.22 | - |
| YUV | 70.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 8 | 0 | 0.19 | 0.91 | 0.65 | 47.56 | 0.84 | 0.19 |
| Hex | 5A | 49 | 8 | 0 | 13 | 5B | 41 | 30 | 54 | 13 |
| Octal | 132 | 111 | 10 | 0 | 23 | 133 | 101 | 60 | 124 | 23 |
| Binary | 1011010 | 1001001 | 1000 | 0 | 10011 | 1011011 | 1000001 | 110000 | 1010100 | 10011 |
Color Harmonies of #5A4908
Complementary color
Monochromatic Colors of #5A4908
Black with #5A4908
Text Example
Text Example
White with #5A4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4908; }
p { color: rgb(90,73,8); }
H1.HeaderClassName
{
color: #5A4908;
}
.AnyTagClassName
{
color: #5A4908;
}
</style>
background-color css
<style>
a { background-color: #5A4908; }
a { background-color: rgb(90,73,8); }
div.DivClassName
{
background-color: #5A4908;
}
.BgClassName
{
background-color: #5A4908;
}
</style>
border-color css
<style>
span { border-color: #5A4908; }
span { border-color: rgb(90,73,8); }
td.TdClassName
{
border-color: #5A4908;
}
.TagClassName
{
border-color: #5A4908;
}
</style>