Shades of Bronze Olive #534C11
Tints of Bronze Olive #534C11
RGB
CMYK
RGB Variations
Color information
#534C11 (or 0x534C11) is known color: Bronze Olive. HEX triplet: 53, 4C and 11. RGB value is (83,76,17). Sum of RGB (Red+Green+Blue) = 83+76+17=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C11 is #ACB3EE. Grayscale: #474747. Windows color (decimal): -11318255 or 1133651. OLE color: 1133651.
HSL color Cylindrical-coordinate representation of color #534C11: hue angle of 53.64º 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 #534C11 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 17 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.67 |
| HSL | 53.64º | 0.66% | 0.2% | - |
| HSV(B) | 53.64º | 0.8% | 0.33% | - |
| XYZ | 6.25 | 7.05 | 1.56 | - |
| YUV | 71.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 17 | 0 | 0.08 | 0.80 | 0.67 | 53.64 | 0.66 | 0.2 |
| Hex | 53 | 4C | 11 | 0 | 8 | 50 | 43 | 36 | 42 | 14 |
| Octal | 123 | 114 | 21 | 0 | 10 | 120 | 103 | 66 | 102 | 24 |
| Binary | 1010011 | 1001100 | 10001 | 0 | 1000 | 1010000 | 1000011 | 110110 | 1000010 | 10100 |
Color Harmonies of #534C11
Complementary color
Monochromatic Colors of #534C11
Black with #534C11
Text Example
Text Example
White with #534C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C11; }
p { color: rgb(83,76,17); }
H1.HeaderClassName
{
color: #534C11;
}
.AnyTagClassName
{
color: #534C11;
}
</style>
background-color css
<style>
a { background-color: #534C11; }
a { background-color: rgb(83,76,17); }
div.DivClassName
{
background-color: #534C11;
}
.BgClassName
{
background-color: #534C11;
}
</style>
border-color css
<style>
span { border-color: #534C11; }
span { border-color: rgb(83,76,17); }
td.TdClassName
{
border-color: #534C11;
}
.TagClassName
{
border-color: #534C11;
}
</style>