Shades of Bronze Olive #534A16
Tints of Bronze Olive #534A16
RGB
CMYK
RGB Variations
Color information
#534A16 (or 0x534A16) is known color: Bronze Olive. HEX triplet: 53, 4A and 16. RGB value is (83,74,22). Sum of RGB (Red+Green+Blue) = 83+74+22=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A16 is #ACB5E9. Grayscale: #464646. Windows color (decimal): -11318762 or 1460819. OLE color: 1460819.
HSL color Cylindrical-coordinate representation of color #534A16: hue angle of 51.15º 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 #534A16 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 22 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.67 |
| HSL | 51.15º | 0.58% | 0.21% | - |
| HSV(B) | 51.15º | 0.73% | 0.33% | - |
| XYZ | 6.16 | 6.79 | 1.75 | - |
| YUV | 70.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 22 | 0 | 0.11 | 0.73 | 0.67 | 51.15 | 0.58 | 0.21 |
| Hex | 53 | 4A | 16 | 0 | B | 49 | 43 | 33 | 3A | 15 |
| Octal | 123 | 112 | 26 | 0 | 13 | 111 | 103 | 63 | 72 | 25 |
| Binary | 1010011 | 1001010 | 10110 | 0 | 1011 | 1001001 | 1000011 | 110011 | 111010 | 10101 |
Color Harmonies of #534A16
Complementary color
Monochromatic Colors of #534A16
Black with #534A16
Text Example
Text Example
White with #534A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A16; }
p { color: rgb(83,74,22); }
H1.HeaderClassName
{
color: #534A16;
}
.AnyTagClassName
{
color: #534A16;
}
</style>
background-color css
<style>
a { background-color: #534A16; }
a { background-color: rgb(83,74,22); }
div.DivClassName
{
background-color: #534A16;
}
.BgClassName
{
background-color: #534A16;
}
</style>
border-color css
<style>
span { border-color: #534A16; }
span { border-color: rgb(83,74,22); }
td.TdClassName
{
border-color: #534A16;
}
.TagClassName
{
border-color: #534A16;
}
</style>