Shades of Bronze Olive #534E15
Tints of Bronze Olive #534E15
RGB
CMYK
RGB Variations
Color information
#534E15 (or 0x534E15) is known color: Bronze Olive. HEX triplet: 53, 4E and 15. RGB value is (83,78,21). Sum of RGB (Red+Green+Blue) = 83+78+21=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #534E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E15 is #ACB1EA. Grayscale: #494949. Windows color (decimal): -11317739 or 1396307. OLE color: 1396307.
HSL color Cylindrical-coordinate representation of color #534E15: hue angle of 55.16º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #534E15 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 21 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.67 |
| HSL | 55.16º | 0.6% | 0.2% | - |
| HSV(B) | 55.16º | 0.75% | 0.33% | - |
| XYZ | 6.43 | 7.34 | 1.79 | - |
| YUV | 73 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 21 | 0 | 0.06 | 0.75 | 0.67 | 55.16 | 0.6 | 0.2 |
| Hex | 53 | 4E | 15 | 0 | 6 | 4B | 43 | 37 | 3C | 14 |
| Octal | 123 | 116 | 25 | 0 | 6 | 113 | 103 | 67 | 74 | 24 |
| Binary | 1010011 | 1001110 | 10101 | 0 | 110 | 1001011 | 1000011 | 110111 | 111100 | 10100 |
Color Harmonies of #534E15
Complementary color
Monochromatic Colors of #534E15
Black with #534E15
Text Example
Text Example
White with #534E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E15; }
p { color: rgb(83,78,21); }
H1.HeaderClassName
{
color: #534E15;
}
.AnyTagClassName
{
color: #534E15;
}
</style>
background-color css
<style>
a { background-color: #534E15; }
a { background-color: rgb(83,78,21); }
div.DivClassName
{
background-color: #534E15;
}
.BgClassName
{
background-color: #534E15;
}
</style>
border-color css
<style>
span { border-color: #534E15; }
span { border-color: rgb(83,78,21); }
td.TdClassName
{
border-color: #534E15;
}
.TagClassName
{
border-color: #534E15;
}
</style>