Shades of Bronze Olive #534E11
Tints of Bronze Olive #534E11
RGB
CMYK
RGB Variations
Color information
#534E11 (or 0x534E11) is known color: Bronze Olive. HEX triplet: 53, 4E and 11. RGB value is (83,78,17). Sum of RGB (Red+Green+Blue) = 83+78+17=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #534E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E11 is #ACB1EE. Grayscale: #484848. Windows color (decimal): -11317743 or 1134163. OLE color: 1134163.
HSL color Cylindrical-coordinate representation of color #534E11: hue angle of 55.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #534E11 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 17 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.67 |
| HSL | 55.45º | 0.66% | 0.2% | - |
| HSV(B) | 55.45º | 0.8% | 0.33% | - |
| XYZ | 6.39 | 7.33 | 1.61 | - |
| YUV | 72.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 17 | 0 | 0.06 | 0.80 | 0.67 | 55.45 | 0.66 | 0.2 |
| Hex | 53 | 4E | 11 | 0 | 6 | 50 | 43 | 37 | 42 | 14 |
| Octal | 123 | 116 | 21 | 0 | 6 | 120 | 103 | 67 | 102 | 24 |
| Binary | 1010011 | 1001110 | 10001 | 0 | 110 | 1010000 | 1000011 | 110111 | 1000010 | 10100 |
Color Harmonies of #534E11
Complementary color
Monochromatic Colors of #534E11
Black with #534E11
Text Example
Text Example
White with #534E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E11; }
p { color: rgb(83,78,17); }
H1.HeaderClassName
{
color: #534E11;
}
.AnyTagClassName
{
color: #534E11;
}
</style>
background-color css
<style>
a { background-color: #534E11; }
a { background-color: rgb(83,78,17); }
div.DivClassName
{
background-color: #534E11;
}
.BgClassName
{
background-color: #534E11;
}
</style>
border-color css
<style>
span { border-color: #534E11; }
span { border-color: rgb(83,78,17); }
td.TdClassName
{
border-color: #534E11;
}
.TagClassName
{
border-color: #534E11;
}
</style>