Shades of Bronze Olive #5E480F
Tints of Bronze Olive #5E480F
RGB
CMYK
RGB Variations
Color information
#5E480F (or 0x5E480F) is known color: Bronze Olive. HEX triplet: 5E, 48 and 0F. RGB value is (94,72,15). Sum of RGB (Red+Green+Blue) = 94+72+15=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E480F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E480F is #A1B7F0. Grayscale: #484848. Windows color (decimal): -10598385 or 1001566. OLE color: 1001566.
HSL color Cylindrical-coordinate representation of color #5E480F: hue angle of 43.29º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E480F is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 72 | 15 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.63 |
| HSL | 43.29º | 0.72% | 0.21% | - |
| HSV(B) | 43.29º | 0.84% | 0.37% | - |
| XYZ | 7.02 | 7.05 | 1.44 | - |
| YUV | 72.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 15 | 0 | 0.23 | 0.84 | 0.63 | 43.29 | 0.72 | 0.21 |
| Hex | 5E | 48 | F | 0 | 17 | 54 | 3F | 2B | 48 | 15 |
| Octal | 136 | 110 | 17 | 0 | 27 | 124 | 77 | 53 | 110 | 25 |
| Binary | 1011110 | 1001000 | 1111 | 0 | 10111 | 1010100 | 111111 | 101011 | 1001000 | 10101 |
Color Harmonies of #5E480F
Complementary color
Monochromatic Colors of #5E480F
Black with #5E480F
Text Example
Text Example
White with #5E480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E480F; }
p { color: rgb(94,72,15); }
H1.HeaderClassName
{
color: #5E480F;
}
.AnyTagClassName
{
color: #5E480F;
}
</style>
background-color css
<style>
a { background-color: #5E480F; }
a { background-color: rgb(94,72,15); }
div.DivClassName
{
background-color: #5E480F;
}
.BgClassName
{
background-color: #5E480F;
}
</style>
border-color css
<style>
span { border-color: #5E480F; }
span { border-color: rgb(94,72,15); }
td.TdClassName
{
border-color: #5E480F;
}
.TagClassName
{
border-color: #5E480F;
}
</style>