Shades of Bronze Olive #534D0F
Tints of Bronze Olive #534D0F
RGB
CMYK
RGB Variations
Color information
#534D0F (or 0x534D0F) is known color: Bronze Olive. HEX triplet: 53, 4D and 0F. RGB value is (83,77,15). Sum of RGB (Red+Green+Blue) = 83+77+15=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D0F is #ACB2F0. Grayscale: #474747. Windows color (decimal): -11318001 or 1002835. OLE color: 1002835.
HSL color Cylindrical-coordinate representation of color #534D0F: hue angle of 54.71º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #534D0F is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 15 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.67 |
| HSL | 54.71º | 0.69% | 0.19% | - |
| HSV(B) | 54.71º | 0.82% | 0.33% | - |
| XYZ | 6.31 | 7.18 | 1.51 | - |
| YUV | 71.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 15 | 0 | 0.07 | 0.82 | 0.67 | 54.71 | 0.69 | 0.19 |
| Hex | 53 | 4D | F | 0 | 7 | 52 | 43 | 37 | 45 | 13 |
| Octal | 123 | 115 | 17 | 0 | 7 | 122 | 103 | 67 | 105 | 23 |
| Binary | 1010011 | 1001101 | 1111 | 0 | 111 | 1010010 | 1000011 | 110111 | 1000101 | 10011 |
Color Harmonies of #534D0F
Complementary color
Monochromatic Colors of #534D0F
Black with #534D0F
Text Example
Text Example
White with #534D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D0F; }
p { color: rgb(83,77,15); }
H1.HeaderClassName
{
color: #534D0F;
}
.AnyTagClassName
{
color: #534D0F;
}
</style>
background-color css
<style>
a { background-color: #534D0F; }
a { background-color: rgb(83,77,15); }
div.DivClassName
{
background-color: #534D0F;
}
.BgClassName
{
background-color: #534D0F;
}
</style>
border-color css
<style>
span { border-color: #534D0F; }
span { border-color: rgb(83,77,15); }
td.TdClassName
{
border-color: #534D0F;
}
.TagClassName
{
border-color: #534D0F;
}
</style>