Shades of Bronze Olive #534E17
Tints of Bronze Olive #534E17
RGB
CMYK
RGB Variations
Color information
#534E17 (or 0x534E17) is known color: Bronze Olive. HEX triplet: 53, 4E and 17. RGB value is (83,78,23). Sum of RGB (Red+Green+Blue) = 83+78+23=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E17 is #ACB1E8. Grayscale: #494949. Windows color (decimal): -11317737 or 1527379. OLE color: 1527379.
HSL color Cylindrical-coordinate representation of color #534E17: hue angle of 55º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #534E17 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 23 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.67 |
| HSL | 55º | 0.57% | 0.21% | - |
| HSV(B) | 55º | 0.72% | 0.33% | - |
| XYZ | 6.45 | 7.35 | 1.89 | - |
| YUV | 73.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 23 | 0 | 0.06 | 0.72 | 0.67 | 55 | 0.57 | 0.21 |
| Hex | 53 | 4E | 17 | 0 | 6 | 48 | 43 | 37 | 39 | 15 |
| Octal | 123 | 116 | 27 | 0 | 6 | 110 | 103 | 67 | 71 | 25 |
| Binary | 1010011 | 1001110 | 10111 | 0 | 110 | 1001000 | 1000011 | 110111 | 111001 | 10101 |
Color Harmonies of #534E17
Complementary color
Monochromatic Colors of #534E17
Black with #534E17
Text Example
Text Example
White with #534E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E17; }
p { color: rgb(83,78,23); }
H1.HeaderClassName
{
color: #534E17;
}
.AnyTagClassName
{
color: #534E17;
}
</style>
background-color css
<style>
a { background-color: #534E17; }
a { background-color: rgb(83,78,23); }
div.DivClassName
{
background-color: #534E17;
}
.BgClassName
{
background-color: #534E17;
}
</style>
border-color css
<style>
span { border-color: #534E17; }
span { border-color: rgb(83,78,23); }
td.TdClassName
{
border-color: #534E17;
}
.TagClassName
{
border-color: #534E17;
}
</style>