Shades of Bronze Olive #4F490F
Tints of Bronze Olive #4F490F
RGB
CMYK
RGB Variations
Color information
#4F490F (or 0x4F490F) is known color: Bronze Olive. HEX triplet: 4F, 49 and 0F. RGB value is (79,73,15). Sum of RGB (Red+Green+Blue) = 79+73+15=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F490F is #B0B6F0. Grayscale: #444444. Windows color (decimal): -11581169 or 1001807. OLE color: 1001807.
HSL color Cylindrical-coordinate representation of color #4F490F: hue angle of 54.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F490F is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 15 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.69 |
| HSL | 54.38º | 0.68% | 0.18% | - |
| HSV(B) | 54.38º | 0.81% | 0.31% | - |
| XYZ | 5.69 | 6.46 | 1.4 | - |
| YUV | 68.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 15 | 0 | 0.08 | 0.81 | 0.69 | 54.38 | 0.68 | 0.18 |
| Hex | 4F | 49 | F | 0 | 8 | 51 | 45 | 36 | 44 | 12 |
| Octal | 117 | 111 | 17 | 0 | 10 | 121 | 105 | 66 | 104 | 22 |
| Binary | 1001111 | 1001001 | 1111 | 0 | 1000 | 1010001 | 1000101 | 110110 | 1000100 | 10010 |
Color Harmonies of #4F490F
Complementary color
Monochromatic Colors of #4F490F
Black with #4F490F
Text Example
Text Example
White with #4F490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F490F; }
p { color: rgb(79,73,15); }
H1.HeaderClassName
{
color: #4F490F;
}
.AnyTagClassName
{
color: #4F490F;
}
</style>
background-color css
<style>
a { background-color: #4F490F; }
a { background-color: rgb(79,73,15); }
div.DivClassName
{
background-color: #4F490F;
}
.BgClassName
{
background-color: #4F490F;
}
</style>
border-color css
<style>
span { border-color: #4F490F; }
span { border-color: rgb(79,73,15); }
td.TdClassName
{
border-color: #4F490F;
}
.TagClassName
{
border-color: #4F490F;
}
</style>