Shades of Bronze Olive #4F4811
Tints of Bronze Olive #4F4811
RGB
CMYK
RGB Variations
Color information
#4F4811 (or 0x4F4811) is known color: Bronze Olive. HEX triplet: 4F, 48 and 11. RGB value is (79,72,17). Sum of RGB (Red+Green+Blue) = 79+72+17=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4811 is #B0B7EE. Grayscale: #444444. Windows color (decimal): -11581423 or 1132623. OLE color: 1132623.
HSL color Cylindrical-coordinate representation of color #4F4811: hue angle of 53.23º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F4811 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 72 | 17 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.69 |
| HSL | 53.23º | 0.65% | 0.19% | - |
| HSV(B) | 53.23º | 0.78% | 0.31% | - |
| XYZ | 5.64 | 6.34 | 1.46 | - |
| YUV | 67.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 72 | 17 | 0 | 0.09 | 0.78 | 0.69 | 53.23 | 0.65 | 0.19 |
| Hex | 4F | 48 | 11 | 0 | 9 | 4E | 45 | 35 | 41 | 13 |
| Octal | 117 | 110 | 21 | 0 | 11 | 116 | 105 | 65 | 101 | 23 |
| Binary | 1001111 | 1001000 | 10001 | 0 | 1001 | 1001110 | 1000101 | 110101 | 1000001 | 10011 |
Color Harmonies of #4F4811
Complementary color
Monochromatic Colors of #4F4811
Black with #4F4811
Text Example
Text Example
White with #4F4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4811; }
p { color: rgb(79,72,17); }
H1.HeaderClassName
{
color: #4F4811;
}
.AnyTagClassName
{
color: #4F4811;
}
</style>
background-color css
<style>
a { background-color: #4F4811; }
a { background-color: rgb(79,72,17); }
div.DivClassName
{
background-color: #4F4811;
}
.BgClassName
{
background-color: #4F4811;
}
</style>
border-color css
<style>
span { border-color: #4F4811; }
span { border-color: rgb(79,72,17); }
td.TdClassName
{
border-color: #4F4811;
}
.TagClassName
{
border-color: #4F4811;
}
</style>