Shades of Bronze Olive #534C16
Tints of Bronze Olive #534C16
RGB
CMYK
RGB Variations
Color information
#534C16 (or 0x534C16) is known color: Bronze Olive. HEX triplet: 53, 4C and 16. RGB value is (83,76,22). Sum of RGB (Red+Green+Blue) = 83+76+22=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C16 is #ACB3E9. Grayscale: #484848. Windows color (decimal): -11318250 or 1461331. OLE color: 1461331.
HSL color Cylindrical-coordinate representation of color #534C16: hue angle of 53.11º 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 #534C16 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 22 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.67 |
| HSL | 53.11º | 0.58% | 0.21% | - |
| HSV(B) | 53.11º | 0.73% | 0.33% | - |
| XYZ | 6.3 | 7.07 | 1.79 | - |
| YUV | 71.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 22 | 0 | 0.08 | 0.73 | 0.67 | 53.11 | 0.58 | 0.21 |
| Hex | 53 | 4C | 16 | 0 | 8 | 49 | 43 | 35 | 3A | 15 |
| Octal | 123 | 114 | 26 | 0 | 10 | 111 | 103 | 65 | 72 | 25 |
| Binary | 1010011 | 1001100 | 10110 | 0 | 1000 | 1001001 | 1000011 | 110101 | 111010 | 10101 |
Color Harmonies of #534C16
Complementary color
Monochromatic Colors of #534C16
Black with #534C16
Text Example
Text Example
White with #534C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C16; }
p { color: rgb(83,76,22); }
H1.HeaderClassName
{
color: #534C16;
}
.AnyTagClassName
{
color: #534C16;
}
</style>
background-color css
<style>
a { background-color: #534C16; }
a { background-color: rgb(83,76,22); }
div.DivClassName
{
background-color: #534C16;
}
.BgClassName
{
background-color: #534C16;
}
</style>
border-color css
<style>
span { border-color: #534C16; }
span { border-color: rgb(83,76,22); }
td.TdClassName
{
border-color: #534C16;
}
.TagClassName
{
border-color: #534C16;
}
</style>