Shades of Bronze Olive #534D15
Tints of Bronze Olive #534D15
RGB
CMYK
RGB Variations
Color information
#534D15 (or 0x534D15) is known color: Bronze Olive. HEX triplet: 53, 4D and 15. RGB value is (83,77,21). Sum of RGB (Red+Green+Blue) = 83+77+21=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #534D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D15 is #ACB2EA. Grayscale: #484848. Windows color (decimal): -11317995 or 1396051. OLE color: 1396051.
HSL color Cylindrical-coordinate representation of color #534D15: hue angle of 54.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #534D15 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 21 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.67 |
| HSL | 54.19º | 0.6% | 0.2% | - |
| HSV(B) | 54.19º | 0.75% | 0.33% | - |
| XYZ | 6.36 | 7.2 | 1.76 | - |
| YUV | 72.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 21 | 0 | 0.07 | 0.75 | 0.67 | 54.19 | 0.6 | 0.2 |
| Hex | 53 | 4D | 15 | 0 | 7 | 4B | 43 | 36 | 3C | 14 |
| Octal | 123 | 115 | 25 | 0 | 7 | 113 | 103 | 66 | 74 | 24 |
| Binary | 1010011 | 1001101 | 10101 | 0 | 111 | 1001011 | 1000011 | 110110 | 111100 | 10100 |
Color Harmonies of #534D15
Complementary color
Monochromatic Colors of #534D15
Black with #534D15
Text Example
Text Example
White with #534D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D15; }
p { color: rgb(83,77,21); }
H1.HeaderClassName
{
color: #534D15;
}
.AnyTagClassName
{
color: #534D15;
}
</style>
background-color css
<style>
a { background-color: #534D15; }
a { background-color: rgb(83,77,21); }
div.DivClassName
{
background-color: #534D15;
}
.BgClassName
{
background-color: #534D15;
}
</style>
border-color css
<style>
span { border-color: #534D15; }
span { border-color: rgb(83,77,21); }
td.TdClassName
{
border-color: #534D15;
}
.TagClassName
{
border-color: #534D15;
}
</style>