Shades of Bronze Olive #534511
Tints of Bronze Olive #534511
RGB
CMYK
RGB Variations
Color information
#534511 (or 0x534511) is known color: Bronze Olive. HEX triplet: 53, 45 and 11. RGB value is (83,69,17). Sum of RGB (Red+Green+Blue) = 83+69+17=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534511 is #ACBAEE. Grayscale: #434343. Windows color (decimal): -11320047 or 1131859. OLE color: 1131859.
HSL color Cylindrical-coordinate representation of color #534511: hue angle of 47.27º 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 #534511 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 17 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.67 |
| HSL | 47.27º | 0.66% | 0.2% | - |
| HSV(B) | 47.27º | 0.8% | 0.33% | - |
| XYZ | 5.8 | 6.14 | 1.41 | - |
| YUV | 67.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 17 | 0 | 0.17 | 0.80 | 0.67 | 47.27 | 0.66 | 0.2 |
| Hex | 53 | 45 | 11 | 0 | 11 | 50 | 43 | 2F | 42 | 14 |
| Octal | 123 | 105 | 21 | 0 | 21 | 120 | 103 | 57 | 102 | 24 |
| Binary | 1010011 | 1000101 | 10001 | 0 | 10001 | 1010000 | 1000011 | 101111 | 1000010 | 10100 |
Color Harmonies of #534511
Complementary color
Monochromatic Colors of #534511
Black with #534511
Text Example
Text Example
White with #534511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534511; }
p { color: rgb(83,69,17); }
H1.HeaderClassName
{
color: #534511;
}
.AnyTagClassName
{
color: #534511;
}
</style>
background-color css
<style>
a { background-color: #534511; }
a { background-color: rgb(83,69,17); }
div.DivClassName
{
background-color: #534511;
}
.BgClassName
{
background-color: #534511;
}
</style>
border-color css
<style>
span { border-color: #534511; }
span { border-color: rgb(83,69,17); }
td.TdClassName
{
border-color: #534511;
}
.TagClassName
{
border-color: #534511;
}
</style>