Shades of Bronze Olive #534E16
Tints of Bronze Olive #534E16
RGB
CMYK
RGB Variations
Color information
#534E16 (or 0x534E16) is known color: Bronze Olive. HEX triplet: 53, 4E and 16. RGB value is (83,78,22). Sum of RGB (Red+Green+Blue) = 83+78+22=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E16 is #ACB1E9. Grayscale: #494949. Windows color (decimal): -11317738 or 1461843. OLE color: 1461843.
HSL color Cylindrical-coordinate representation of color #534E16: hue angle of 55.08º 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 #534E16 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 22 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.67 |
| HSL | 55.08º | 0.58% | 0.21% | - |
| HSV(B) | 55.08º | 0.73% | 0.33% | - |
| XYZ | 6.44 | 7.35 | 1.84 | - |
| YUV | 73.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 22 | 0 | 0.06 | 0.73 | 0.67 | 55.08 | 0.58 | 0.21 |
| Hex | 53 | 4E | 16 | 0 | 6 | 49 | 43 | 37 | 3A | 15 |
| Octal | 123 | 116 | 26 | 0 | 6 | 111 | 103 | 67 | 72 | 25 |
| Binary | 1010011 | 1001110 | 10110 | 0 | 110 | 1001001 | 1000011 | 110111 | 111010 | 10101 |
Color Harmonies of #534E16
Complementary color
Monochromatic Colors of #534E16
Black with #534E16
Text Example
Text Example
White with #534E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E16; }
p { color: rgb(83,78,22); }
H1.HeaderClassName
{
color: #534E16;
}
.AnyTagClassName
{
color: #534E16;
}
</style>
background-color css
<style>
a { background-color: #534E16; }
a { background-color: rgb(83,78,22); }
div.DivClassName
{
background-color: #534E16;
}
.BgClassName
{
background-color: #534E16;
}
</style>
border-color css
<style>
span { border-color: #534E16; }
span { border-color: rgb(83,78,22); }
td.TdClassName
{
border-color: #534E16;
}
.TagClassName
{
border-color: #534E16;
}
</style>