Shades of Bronze Olive #4D4822
Tints of Bronze Olive #4D4822
RGB
CMYK
RGB Variations
Color information
#4D4822 (or 0x4D4822) is known color: Bronze Olive. HEX triplet: 4D, 48 and 22. RGB value is (77,72,34). Sum of RGB (Red+Green+Blue) = 77+72+34=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4822 is #B2B7DD. Grayscale: #454545. Windows color (decimal): -11712478 or 2246733. OLE color: 2246733.
HSL color Cylindrical-coordinate representation of color #4D4822: hue angle of 53.02º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4822 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 72 | 34 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.70 |
| HSL | 53.02º | 0.39% | 0.22% | - |
| HSV(B) | 53.02º | 0.56% | 0.3% | - |
| XYZ | 5.67 | 6.33 | 2.44 | - |
| YUV | 69.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 34 | 0 | 0.06 | 0.56 | 0.70 | 53.02 | 0.39 | 0.22 |
| Hex | 4D | 48 | 22 | 0 | 6 | 38 | 46 | 35 | 27 | 16 |
| Octal | 115 | 110 | 42 | 0 | 6 | 70 | 106 | 65 | 47 | 26 |
| Binary | 1001101 | 1001000 | 100010 | 0 | 110 | 111000 | 1000110 | 110101 | 100111 | 10110 |
Color Harmonies of #4D4822
Complementary color
Monochromatic Colors of #4D4822
Black with #4D4822
Text Example
Text Example
White with #4D4822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4822; }
p { color: rgb(77,72,34); }
H1.HeaderClassName
{
color: #4D4822;
}
.AnyTagClassName
{
color: #4D4822;
}
</style>
background-color css
<style>
a { background-color: #4D4822; }
a { background-color: rgb(77,72,34); }
div.DivClassName
{
background-color: #4D4822;
}
.BgClassName
{
background-color: #4D4822;
}
</style>
border-color css
<style>
span { border-color: #4D4822; }
span { border-color: rgb(77,72,34); }
td.TdClassName
{
border-color: #4D4822;
}
.TagClassName
{
border-color: #4D4822;
}
</style>