Shades of Bronze Olive #534A11
Tints of Bronze Olive #534A11
RGB
CMYK
RGB Variations
Color information
#534A11 (or 0x534A11) is known color: Bronze Olive. HEX triplet: 53, 4A and 11. RGB value is (83,74,17). Sum of RGB (Red+Green+Blue) = 83+74+17=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A11 is #ACB5EE. Grayscale: #464646. Windows color (decimal): -11318767 or 1133139. OLE color: 1133139.
HSL color Cylindrical-coordinate representation of color #534A11: hue angle of 51.82º 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 #534A11 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 17 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.67 |
| HSL | 51.82º | 0.66% | 0.2% | - |
| HSV(B) | 51.82º | 0.8% | 0.33% | - |
| XYZ | 6.12 | 6.78 | 1.52 | - |
| YUV | 70.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 17 | 0 | 0.11 | 0.80 | 0.67 | 51.82 | 0.66 | 0.2 |
| Hex | 53 | 4A | 11 | 0 | B | 50 | 43 | 34 | 42 | 14 |
| Octal | 123 | 112 | 21 | 0 | 13 | 120 | 103 | 64 | 102 | 24 |
| Binary | 1010011 | 1001010 | 10001 | 0 | 1011 | 1010000 | 1000011 | 110100 | 1000010 | 10100 |
Color Harmonies of #534A11
Complementary color
Monochromatic Colors of #534A11
Black with #534A11
Text Example
Text Example
White with #534A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A11; }
p { color: rgb(83,74,17); }
H1.HeaderClassName
{
color: #534A11;
}
.AnyTagClassName
{
color: #534A11;
}
</style>
background-color css
<style>
a { background-color: #534A11; }
a { background-color: rgb(83,74,17); }
div.DivClassName
{
background-color: #534A11;
}
.BgClassName
{
background-color: #534A11;
}
</style>
border-color css
<style>
span { border-color: #534A11; }
span { border-color: rgb(83,74,17); }
td.TdClassName
{
border-color: #534A11;
}
.TagClassName
{
border-color: #534A11;
}
</style>