Shades of Bronze Olive #534D10
Tints of Bronze Olive #534D10
RGB
CMYK
RGB Variations
Color information
#534D10 (or 0x534D10) is known color: Bronze Olive. HEX triplet: 53, 4D and 10. RGB value is (83,77,16). Sum of RGB (Red+Green+Blue) = 83+77+16=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D10 is #ACB2EF. Grayscale: #484848. Windows color (decimal): -11318000 or 1068371. OLE color: 1068371.
HSL color Cylindrical-coordinate representation of color #534D10: hue angle of 54.63º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #534D10 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 16 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.67 |
| HSL | 54.63º | 0.68% | 0.19% | - |
| HSV(B) | 54.63º | 0.81% | 0.33% | - |
| XYZ | 6.31 | 7.18 | 1.54 | - |
| YUV | 71.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 16 | 0 | 0.07 | 0.81 | 0.67 | 54.63 | 0.68 | 0.19 |
| Hex | 53 | 4D | 10 | 0 | 7 | 51 | 43 | 37 | 44 | 13 |
| Octal | 123 | 115 | 20 | 0 | 7 | 121 | 103 | 67 | 104 | 23 |
| Binary | 1010011 | 1001101 | 10000 | 0 | 111 | 1010001 | 1000011 | 110111 | 1000100 | 10011 |
Color Harmonies of #534D10
Complementary color
Monochromatic Colors of #534D10
Black with #534D10
Text Example
Text Example
White with #534D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D10; }
p { color: rgb(83,77,16); }
H1.HeaderClassName
{
color: #534D10;
}
.AnyTagClassName
{
color: #534D10;
}
</style>
background-color css
<style>
a { background-color: #534D10; }
a { background-color: rgb(83,77,16); }
div.DivClassName
{
background-color: #534D10;
}
.BgClassName
{
background-color: #534D10;
}
</style>
border-color css
<style>
span { border-color: #534D10; }
span { border-color: rgb(83,77,16); }
td.TdClassName
{
border-color: #534D10;
}
.TagClassName
{
border-color: #534D10;
}
</style>