Shades of Bronze Olive #5A4B05
Tints of Bronze Olive #5A4B05
RGB
CMYK
RGB Variations
Color information
#5A4B05 (or 0x5A4B05) is known color: Bronze Olive. HEX triplet: 5A, 4B and 05. RGB value is (90,75,5). Sum of RGB (Red+Green+Blue) = 90+75+5=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B05 is #A5B4FA. Grayscale: #474747. Windows color (decimal): -10859771 or 346970. OLE color: 346970.
HSL color Cylindrical-coordinate representation of color #5A4B05: hue angle of 49.41º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A4B05 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 5 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.65 |
| HSL | 49.41º | 0.89% | 0.19% | - |
| HSV(B) | 49.41º | 0.94% | 0.35% | - |
| XYZ | 6.76 | 7.22 | 1.18 | - |
| YUV | 71.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 5 | 0 | 0.17 | 0.94 | 0.65 | 49.41 | 0.89 | 0.19 |
| Hex | 5A | 4B | 5 | 0 | 11 | 5E | 41 | 31 | 59 | 13 |
| Octal | 132 | 113 | 5 | 0 | 21 | 136 | 101 | 61 | 131 | 23 |
| Binary | 1011010 | 1001011 | 101 | 0 | 10001 | 1011110 | 1000001 | 110001 | 1011001 | 10011 |
Color Harmonies of #5A4B05
Complementary color
Monochromatic Colors of #5A4B05
Black with #5A4B05
Text Example
Text Example
White with #5A4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B05; }
p { color: rgb(90,75,5); }
H1.HeaderClassName
{
color: #5A4B05;
}
.AnyTagClassName
{
color: #5A4B05;
}
</style>
background-color css
<style>
a { background-color: #5A4B05; }
a { background-color: rgb(90,75,5); }
div.DivClassName
{
background-color: #5A4B05;
}
.BgClassName
{
background-color: #5A4B05;
}
</style>
border-color css
<style>
span { border-color: #5A4B05; }
span { border-color: rgb(90,75,5); }
td.TdClassName
{
border-color: #5A4B05;
}
.TagClassName
{
border-color: #5A4B05;
}
</style>