Shades of Bronze Olive #4F4914
Tints of Bronze Olive #4F4914
RGB
CMYK
RGB Variations
Color information
#4F4914 (or 0x4F4914) is known color: Bronze Olive. HEX triplet: 4F, 49 and 14. RGB value is (79,73,20). Sum of RGB (Red+Green+Blue) = 79+73+20=172 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.93% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4914 is #B0B6EB. Grayscale: #444444. Windows color (decimal): -11581164 or 1329487. OLE color: 1329487.
HSL color Cylindrical-coordinate representation of color #4F4914: hue angle of 53.9º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F4914 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 20 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.69 |
| HSL | 53.9º | 0.6% | 0.19% | - |
| HSV(B) | 53.9º | 0.75% | 0.31% | - |
| XYZ | 5.73 | 6.48 | 1.61 | - |
| YUV | 68.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 20 | 0 | 0.08 | 0.75 | 0.69 | 53.9 | 0.6 | 0.19 |
| Hex | 4F | 49 | 14 | 0 | 8 | 4B | 45 | 36 | 3C | 13 |
| Octal | 117 | 111 | 24 | 0 | 10 | 113 | 105 | 66 | 74 | 23 |
| Binary | 1001111 | 1001001 | 10100 | 0 | 1000 | 1001011 | 1000101 | 110110 | 111100 | 10011 |
Color Harmonies of #4F4914
Complementary color
Monochromatic Colors of #4F4914
Black with #4F4914
Text Example
Text Example
White with #4F4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4914; }
p { color: rgb(79,73,20); }
H1.HeaderClassName
{
color: #4F4914;
}
.AnyTagClassName
{
color: #4F4914;
}
</style>
background-color css
<style>
a { background-color: #4F4914; }
a { background-color: rgb(79,73,20); }
div.DivClassName
{
background-color: #4F4914;
}
.BgClassName
{
background-color: #4F4914;
}
</style>
border-color css
<style>
span { border-color: #4F4914; }
span { border-color: rgb(79,73,20); }
td.TdClassName
{
border-color: #4F4914;
}
.TagClassName
{
border-color: #4F4914;
}
</style>