Shades of Bronze Olive #534700
Tints of Bronze Olive #534700
RGB
CMYK
RGB Variations
Color information
#534700 (or 0x534700) is known color: Bronze Olive. HEX triplet: 53, 47 and 00. RGB value is (83,71,0). Sum of RGB (Red+Green+Blue) = 83+71+0=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #534700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534700 is #ACB8FF. Grayscale: #424242. Windows color (decimal): -11319552 or 18259. OLE color: 18259.
HSL color Cylindrical-coordinate representation of color #534700: hue angle of 51.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534700 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.67 |
| HSL | 51.33º | 1% | 0.16% | - |
| HSV(B) | 51.33º | 1% | 0.33% | - |
| XYZ | 5.82 | 6.35 | 0.92 | - |
| YUV | 66.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 0 | 0 | 0.14 | 1 | 0.67 | 51.33 | 1 | 0.16 |
| Hex | 53 | 47 | 0 | 0 | E | 64 | 43 | 33 | 64 | 10 |
| Octal | 123 | 107 | 0 | 0 | 16 | 144 | 103 | 63 | 144 | 20 |
| Binary | 1010011 | 1000111 | 0 | 0 | 1110 | 1100100 | 1000011 | 110011 | 1100100 | 10000 |
Color Harmonies of #534700
Complementary color
Monochromatic Colors of #534700
Black with #534700
Text Example
Text Example
White with #534700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534700; }
p { color: rgb(83,71,0); }
H1.HeaderClassName
{
color: #534700;
}
.AnyTagClassName
{
color: #534700;
}
</style>
background-color css
<style>
a { background-color: #534700; }
a { background-color: rgb(83,71,0); }
div.DivClassName
{
background-color: #534700;
}
.BgClassName
{
background-color: #534700;
}
</style>
border-color css
<style>
span { border-color: #534700; }
span { border-color: rgb(83,71,0); }
td.TdClassName
{
border-color: #534700;
}
.TagClassName
{
border-color: #534700;
}
</style>