Shades of Bronze Olive #534E20
Tints of Bronze Olive #534E20
RGB
CMYK
RGB Variations
Color information
#534E20 (or 0x534E20) is known color: Bronze Olive. HEX triplet: 53, 4E and 20. RGB value is (83,78,32). Sum of RGB (Red+Green+Blue) = 83+78+32=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E20 is #ACB1DF. Grayscale: #4A4A4A. Windows color (decimal): -11317728 or 2117203. OLE color: 2117203.
HSL color Cylindrical-coordinate representation of color #534E20: hue angle of 54.12º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #534E20 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 32 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.67 |
| HSL | 54.12º | 0.44% | 0.23% | - |
| HSV(B) | 54.12º | 0.61% | 0.33% | - |
| XYZ | 6.55 | 7.39 | 2.45 | - |
| YUV | 74.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 32 | 0 | 0.06 | 0.61 | 0.67 | 54.12 | 0.44 | 0.23 |
| Hex | 53 | 4E | 20 | 0 | 6 | 3D | 43 | 36 | 2C | 17 |
| Octal | 123 | 116 | 40 | 0 | 6 | 75 | 103 | 66 | 54 | 27 |
| Binary | 1010011 | 1001110 | 100000 | 0 | 110 | 111101 | 1000011 | 110110 | 101100 | 10111 |
Color Harmonies of #534E20
Complementary color
Monochromatic Colors of #534E20
Black with #534E20
Text Example
Text Example
White with #534E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E20; }
p { color: rgb(83,78,32); }
H1.HeaderClassName
{
color: #534E20;
}
.AnyTagClassName
{
color: #534E20;
}
</style>
background-color css
<style>
a { background-color: #534E20; }
a { background-color: rgb(83,78,32); }
div.DivClassName
{
background-color: #534E20;
}
.BgClassName
{
background-color: #534E20;
}
</style>
border-color css
<style>
span { border-color: #534E20; }
span { border-color: rgb(83,78,32); }
td.TdClassName
{
border-color: #534E20;
}
.TagClassName
{
border-color: #534E20;
}
</style>