Shades of Bronze Olive #534D09
Tints of Bronze Olive #534D09
RGB
CMYK
RGB Variations
Color information
#534D09 (or 0x534D09) is known color: Bronze Olive. HEX triplet: 53, 4D and 09. RGB value is (83,77,9). Sum of RGB (Red+Green+Blue) = 83+77+9=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #534D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D09 is #ACB2F6. Grayscale: #474747. Windows color (decimal): -11318007 or 609619. OLE color: 609619.
HSL color Cylindrical-coordinate representation of color #534D09: hue angle of 55.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #534D09 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 9 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.67 |
| HSL | 55.14º | 0.8% | 0.18% | - |
| HSV(B) | 55.14º | 0.89% | 0.33% | - |
| XYZ | 6.27 | 7.17 | 1.31 | - |
| YUV | 71.04 | 92.99 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 9 | 0 | 0.07 | 0.89 | 0.67 | 55.14 | 0.8 | 0.18 |
| Hex | 53 | 4D | 9 | 0 | 7 | 59 | 43 | 37 | 50 | 12 |
| Octal | 123 | 115 | 11 | 0 | 7 | 131 | 103 | 67 | 120 | 22 |
| Binary | 1010011 | 1001101 | 1001 | 0 | 111 | 1011001 | 1000011 | 110111 | 1010000 | 10010 |
Color Harmonies of #534D09
Complementary color
Monochromatic Colors of #534D09
Black with #534D09
Text Example
Text Example
White with #534D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D09; }
p { color: rgb(83,77,9); }
H1.HeaderClassName
{
color: #534D09;
}
.AnyTagClassName
{
color: #534D09;
}
</style>
background-color css
<style>
a { background-color: #534D09; }
a { background-color: rgb(83,77,9); }
div.DivClassName
{
background-color: #534D09;
}
.BgClassName
{
background-color: #534D09;
}
</style>
border-color css
<style>
span { border-color: #534D09; }
span { border-color: rgb(83,77,9); }
td.TdClassName
{
border-color: #534D09;
}
.TagClassName
{
border-color: #534D09;
}
</style>