Shades of Bronze Olive #4F4912
Tints of Bronze Olive #4F4912
RGB
CMYK
RGB Variations
Color information
#4F4912 (or 0x4F4912) is known color: Bronze Olive. HEX triplet: 4F, 49 and 12. RGB value is (79,73,18). Sum of RGB (Red+Green+Blue) = 79+73+18=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4912 is #B0B6ED. Grayscale: #444444. Windows color (decimal): -11581166 or 1198415. OLE color: 1198415.
HSL color Cylindrical-coordinate representation of color #4F4912: hue angle of 54.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F4912 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 18 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.69 |
| HSL | 54.1º | 0.63% | 0.19% | - |
| HSV(B) | 54.1º | 0.77% | 0.31% | - |
| XYZ | 5.72 | 6.47 | 1.52 | - |
| YUV | 68.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 18 | 0 | 0.08 | 0.77 | 0.69 | 54.1 | 0.63 | 0.19 |
| Hex | 4F | 49 | 12 | 0 | 8 | 4D | 45 | 36 | 3F | 13 |
| Octal | 117 | 111 | 22 | 0 | 10 | 115 | 105 | 66 | 77 | 23 |
| Binary | 1001111 | 1001001 | 10010 | 0 | 1000 | 1001101 | 1000101 | 110110 | 111111 | 10011 |
Color Harmonies of #4F4912
Complementary color
Monochromatic Colors of #4F4912
Black with #4F4912
Text Example
Text Example
White with #4F4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4912; }
p { color: rgb(79,73,18); }
H1.HeaderClassName
{
color: #4F4912;
}
.AnyTagClassName
{
color: #4F4912;
}
</style>
background-color css
<style>
a { background-color: #4F4912; }
a { background-color: rgb(79,73,18); }
div.DivClassName
{
background-color: #4F4912;
}
.BgClassName
{
background-color: #4F4912;
}
</style>
border-color css
<style>
span { border-color: #4F4912; }
span { border-color: rgb(79,73,18); }
td.TdClassName
{
border-color: #4F4912;
}
.TagClassName
{
border-color: #4F4912;
}
</style>