Shades of Bronze Olive #4D4917
Tints of Bronze Olive #4D4917
RGB
CMYK
RGB Variations
Color information
#4D4917 (or 0x4D4917) is known color: Bronze Olive. HEX triplet: 4D, 49 and 17. RGB value is (77,73,23). Sum of RGB (Red+Green+Blue) = 77+73+23=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4917 is #B2B6E8. Grayscale: #444444. Windows color (decimal): -11712233 or 1526093. OLE color: 1526093.
HSL color Cylindrical-coordinate representation of color #4D4917: hue angle of 55.56º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4917 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 23 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.70 |
| HSL | 55.56º | 0.54% | 0.2% | - |
| HSV(B) | 55.56º | 0.7% | 0.3% | - |
| XYZ | 5.6 | 6.4 | 1.75 | - |
| YUV | 68.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 23 | 0 | 0.05 | 0.70 | 0.70 | 55.56 | 0.54 | 0.2 |
| Hex | 4D | 49 | 17 | 0 | 5 | 46 | 46 | 38 | 36 | 14 |
| Octal | 115 | 111 | 27 | 0 | 5 | 106 | 106 | 70 | 66 | 24 |
| Binary | 1001101 | 1001001 | 10111 | 0 | 101 | 1000110 | 1000110 | 111000 | 110110 | 10100 |
Color Harmonies of #4D4917
Complementary color
Monochromatic Colors of #4D4917
Black with #4D4917
Text Example
Text Example
White with #4D4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4917; }
p { color: rgb(77,73,23); }
H1.HeaderClassName
{
color: #4D4917;
}
.AnyTagClassName
{
color: #4D4917;
}
</style>
background-color css
<style>
a { background-color: #4D4917; }
a { background-color: rgb(77,73,23); }
div.DivClassName
{
background-color: #4D4917;
}
.BgClassName
{
background-color: #4D4917;
}
</style>
border-color css
<style>
span { border-color: #4D4917; }
span { border-color: rgb(77,73,23); }
td.TdClassName
{
border-color: #4D4917;
}
.TagClassName
{
border-color: #4D4917;
}
</style>