Shades of Bronze Olive #534D0B
Tints of Bronze Olive #534D0B
RGB
CMYK
RGB Variations
Color information
#534D0B (or 0x534D0B) is known color: Bronze Olive. HEX triplet: 53, 4D and 0B. RGB value is (83,77,11). Sum of RGB (Red+Green+Blue) = 83+77+11=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #534D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D0B is #ACB2F4. Grayscale: #474747. Windows color (decimal): -11318005 or 740691. OLE color: 740691.
HSL color Cylindrical-coordinate representation of color #534D0B: hue angle of 55º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #534D0B is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 11 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.67 |
| HSL | 55º | 0.77% | 0.18% | - |
| HSV(B) | 55º | 0.87% | 0.33% | - |
| XYZ | 6.28 | 7.17 | 1.37 | - |
| YUV | 71.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 11 | 0 | 0.07 | 0.87 | 0.67 | 55 | 0.77 | 0.18 |
| Hex | 53 | 4D | B | 0 | 7 | 57 | 43 | 37 | 4D | 12 |
| Octal | 123 | 115 | 13 | 0 | 7 | 127 | 103 | 67 | 115 | 22 |
| Binary | 1010011 | 1001101 | 1011 | 0 | 111 | 1010111 | 1000011 | 110111 | 1001101 | 10010 |
Color Harmonies of #534D0B
Complementary color
Monochromatic Colors of #534D0B
Black with #534D0B
Text Example
Text Example
White with #534D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D0B; }
p { color: rgb(83,77,11); }
H1.HeaderClassName
{
color: #534D0B;
}
.AnyTagClassName
{
color: #534D0B;
}
</style>
background-color css
<style>
a { background-color: #534D0B; }
a { background-color: rgb(83,77,11); }
div.DivClassName
{
background-color: #534D0B;
}
.BgClassName
{
background-color: #534D0B;
}
</style>
border-color css
<style>
span { border-color: #534D0B; }
span { border-color: rgb(83,77,11); }
td.TdClassName
{
border-color: #534D0B;
}
.TagClassName
{
border-color: #534D0B;
}
</style>