Shades of Bronze Olive #4F480E
Tints of Bronze Olive #4F480E
RGB
CMYK
RGB Variations
Color information
#4F480E (or 0x4F480E) is known color: Bronze Olive. HEX triplet: 4F, 48 and 0E. RGB value is (79,72,14). Sum of RGB (Red+Green+Blue) = 79+72+14=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F480E is #B0B7F1. Grayscale: #434343. Windows color (decimal): -11581426 or 936015. OLE color: 936015.
HSL color Cylindrical-coordinate representation of color #4F480E: hue angle of 53.54º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F480E is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 14 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.69 |
| HSL | 53.54º | 0.7% | 0.18% | - |
| HSV(B) | 53.54º | 0.82% | 0.31% | - |
| XYZ | 5.62 | 6.33 | 1.34 | - |
| YUV | 67.48 | 97.82 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 14 | 0 | 0.09 | 0.82 | 0.69 | 53.54 | 0.7 | 0.18 |
| Hex | 4F | 48 | E | 0 | 9 | 52 | 45 | 36 | 46 | 12 |
| Octal | 117 | 110 | 16 | 0 | 11 | 122 | 105 | 66 | 106 | 22 |
| Binary | 1001111 | 1001000 | 1110 | 0 | 1001 | 1010010 | 1000101 | 110110 | 1000110 | 10010 |
Color Harmonies of #4F480E
Complementary color
Monochromatic Colors of #4F480E
Black with #4F480E
Text Example
Text Example
White with #4F480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F480E; }
p { color: rgb(79,72,14); }
H1.HeaderClassName
{
color: #4F480E;
}
.AnyTagClassName
{
color: #4F480E;
}
</style>
background-color css
<style>
a { background-color: #4F480E; }
a { background-color: rgb(79,72,14); }
div.DivClassName
{
background-color: #4F480E;
}
.BgClassName
{
background-color: #4F480E;
}
</style>
border-color css
<style>
span { border-color: #4F480E; }
span { border-color: rgb(79,72,14); }
td.TdClassName
{
border-color: #4F480E;
}
.TagClassName
{
border-color: #4F480E;
}
</style>