Shades of Bronze Olive #534D16
Tints of Bronze Olive #534D16
RGB
CMYK
RGB Variations
Color information
#534D16 (or 0x534D16) is known color: Bronze Olive. HEX triplet: 53, 4D and 16. RGB value is (83,77,22). Sum of RGB (Red+Green+Blue) = 83+77+22=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D16 is #ACB2E9. Grayscale: #484848. Windows color (decimal): -11317994 or 1461587. OLE color: 1461587.
HSL color Cylindrical-coordinate representation of color #534D16: hue angle of 54.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #534D16 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 22 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.67 |
| HSL | 54.1º | 0.58% | 0.21% | - |
| HSV(B) | 54.1º | 0.73% | 0.33% | - |
| XYZ | 6.37 | 7.2 | 1.81 | - |
| YUV | 72.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 22 | 0 | 0.07 | 0.73 | 0.67 | 54.1 | 0.58 | 0.21 |
| Hex | 53 | 4D | 16 | 0 | 7 | 49 | 43 | 36 | 3A | 15 |
| Octal | 123 | 115 | 26 | 0 | 7 | 111 | 103 | 66 | 72 | 25 |
| Binary | 1010011 | 1001101 | 10110 | 0 | 111 | 1001001 | 1000011 | 110110 | 111010 | 10101 |
Color Harmonies of #534D16
Complementary color
Monochromatic Colors of #534D16
Black with #534D16
Text Example
Text Example
White with #534D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D16; }
p { color: rgb(83,77,22); }
H1.HeaderClassName
{
color: #534D16;
}
.AnyTagClassName
{
color: #534D16;
}
</style>
background-color css
<style>
a { background-color: #534D16; }
a { background-color: rgb(83,77,22); }
div.DivClassName
{
background-color: #534D16;
}
.BgClassName
{
background-color: #534D16;
}
</style>
border-color css
<style>
span { border-color: #534D16; }
span { border-color: rgb(83,77,22); }
td.TdClassName
{
border-color: #534D16;
}
.TagClassName
{
border-color: #534D16;
}
</style>