Shades of Bronze Olive #5A480F
Tints of Bronze Olive #5A480F
RGB
CMYK
RGB Variations
Color information
#5A480F (or 0x5A480F) is known color: Bronze Olive. HEX triplet: 5A, 48 and 0F. RGB value is (90,72,15). Sum of RGB (Red+Green+Blue) = 90+72+15=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A480F is #A5B7F0. Grayscale: #474747. Windows color (decimal): -10860529 or 1001562. OLE color: 1001562.
HSL color Cylindrical-coordinate representation of color #5A480F: hue angle of 45.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A480F is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 72 | 15 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.65 |
| HSL | 45.6º | 0.71% | 0.21% | - |
| HSV(B) | 45.6º | 0.83% | 0.35% | - |
| XYZ | 6.62 | 6.84 | 1.42 | - |
| YUV | 70.88 | 96.46 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 15 | 0 | 0.20 | 0.83 | 0.65 | 45.6 | 0.71 | 0.21 |
| Hex | 5A | 48 | F | 0 | 14 | 53 | 41 | 2E | 47 | 15 |
| Octal | 132 | 110 | 17 | 0 | 24 | 123 | 101 | 56 | 107 | 25 |
| Binary | 1011010 | 1001000 | 1111 | 0 | 10100 | 1010011 | 1000001 | 101110 | 1000111 | 10101 |
Color Harmonies of #5A480F
Complementary color
Monochromatic Colors of #5A480F
Black with #5A480F
Text Example
Text Example
White with #5A480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A480F; }
p { color: rgb(90,72,15); }
H1.HeaderClassName
{
color: #5A480F;
}
.AnyTagClassName
{
color: #5A480F;
}
</style>
background-color css
<style>
a { background-color: #5A480F; }
a { background-color: rgb(90,72,15); }
div.DivClassName
{
background-color: #5A480F;
}
.BgClassName
{
background-color: #5A480F;
}
</style>
border-color css
<style>
span { border-color: #5A480F; }
span { border-color: rgb(90,72,15); }
td.TdClassName
{
border-color: #5A480F;
}
.TagClassName
{
border-color: #5A480F;
}
</style>