Shades of Bronze Olive #4D491F
Tints of Bronze Olive #4D491F
RGB
CMYK
RGB Variations
Color information
#4D491F (or 0x4D491F) is known color: Bronze Olive. HEX triplet: 4D, 49 and 1F. RGB value is (77,73,31). Sum of RGB (Red+Green+Blue) = 77+73+31=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D491F is #B2B6E0. Grayscale: #454545. Windows color (decimal): -11712225 or 2050381. OLE color: 2050381.
HSL color Cylindrical-coordinate representation of color #4D491F: hue angle of 54.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D491F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 31 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.70 |
| HSL | 54.78º | 0.43% | 0.21% | - |
| HSV(B) | 54.78º | 0.6% | 0.3% | - |
| XYZ | 5.69 | 6.44 | 2.24 | - |
| YUV | 69.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 31 | 0 | 0.05 | 0.60 | 0.70 | 54.78 | 0.43 | 0.21 |
| Hex | 4D | 49 | 1F | 0 | 5 | 3C | 46 | 37 | 2B | 15 |
| Octal | 115 | 111 | 37 | 0 | 5 | 74 | 106 | 67 | 53 | 25 |
| Binary | 1001101 | 1001001 | 11111 | 0 | 101 | 111100 | 1000110 | 110111 | 101011 | 10101 |
Color Harmonies of #4D491F
Complementary color
Monochromatic Colors of #4D491F
Black with #4D491F
Text Example
Text Example
White with #4D491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D491F; }
p { color: rgb(77,73,31); }
H1.HeaderClassName
{
color: #4D491F;
}
.AnyTagClassName
{
color: #4D491F;
}
</style>
background-color css
<style>
a { background-color: #4D491F; }
a { background-color: rgb(77,73,31); }
div.DivClassName
{
background-color: #4D491F;
}
.BgClassName
{
background-color: #4D491F;
}
</style>
border-color css
<style>
span { border-color: #4D491F; }
span { border-color: rgb(77,73,31); }
td.TdClassName
{
border-color: #4D491F;
}
.TagClassName
{
border-color: #4D491F;
}
</style>