Shades of Bronze Olive #4F491D
Tints of Bronze Olive #4F491D
RGB
CMYK
RGB Variations
Color information
#4F491D (or 0x4F491D) is known color: Bronze Olive. HEX triplet: 4F, 49 and 1D. RGB value is (79,73,29). Sum of RGB (Red+Green+Blue) = 79+73+29=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F491D is #B0B6E2. Grayscale: #454545. Windows color (decimal): -11581155 or 1919311. OLE color: 1919311.
HSL color Cylindrical-coordinate representation of color #4F491D: hue angle of 52.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F491D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 29 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.69 |
| HSL | 52.8º | 0.46% | 0.21% | - |
| HSV(B) | 52.8º | 0.63% | 0.31% | - |
| XYZ | 5.83 | 6.52 | 2.11 | - |
| YUV | 69.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 29 | 0 | 0.08 | 0.63 | 0.69 | 52.8 | 0.46 | 0.21 |
| Hex | 4F | 49 | 1D | 0 | 8 | 3F | 45 | 35 | 2E | 15 |
| Octal | 117 | 111 | 35 | 0 | 10 | 77 | 105 | 65 | 56 | 25 |
| Binary | 1001111 | 1001001 | 11101 | 0 | 1000 | 111111 | 1000101 | 110101 | 101110 | 10101 |
Color Harmonies of #4F491D
Complementary color
Monochromatic Colors of #4F491D
Black with #4F491D
Text Example
Text Example
White with #4F491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F491D; }
p { color: rgb(79,73,29); }
H1.HeaderClassName
{
color: #4F491D;
}
.AnyTagClassName
{
color: #4F491D;
}
</style>
background-color css
<style>
a { background-color: #4F491D; }
a { background-color: rgb(79,73,29); }
div.DivClassName
{
background-color: #4F491D;
}
.BgClassName
{
background-color: #4F491D;
}
</style>
border-color css
<style>
span { border-color: #4F491D; }
span { border-color: rgb(79,73,29); }
td.TdClassName
{
border-color: #4F491D;
}
.TagClassName
{
border-color: #4F491D;
}
</style>