Shades of Bronze Olive #534D13
Tints of Bronze Olive #534D13
RGB
CMYK
RGB Variations
Color information
#534D13 (or 0x534D13) is known color: Bronze Olive. HEX triplet: 53, 4D and 13. RGB value is (83,77,19). Sum of RGB (Red+Green+Blue) = 83+77+19=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #534D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D13 is #ACB2EC. Grayscale: #484848. Windows color (decimal): -11317997 or 1264979. OLE color: 1264979.
HSL color Cylindrical-coordinate representation of color #534D13: hue angle of 54.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #534D13 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 19 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.67 |
| HSL | 54.38º | 0.63% | 0.2% | - |
| HSV(B) | 54.38º | 0.77% | 0.33% | - |
| XYZ | 6.34 | 7.19 | 1.67 | - |
| YUV | 72.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 19 | 0 | 0.07 | 0.77 | 0.67 | 54.38 | 0.63 | 0.2 |
| Hex | 53 | 4D | 13 | 0 | 7 | 4D | 43 | 36 | 3F | 14 |
| Octal | 123 | 115 | 23 | 0 | 7 | 115 | 103 | 66 | 77 | 24 |
| Binary | 1010011 | 1001101 | 10011 | 0 | 111 | 1001101 | 1000011 | 110110 | 111111 | 10100 |
Color Harmonies of #534D13
Complementary color
Monochromatic Colors of #534D13
Black with #534D13
Text Example
Text Example
White with #534D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D13; }
p { color: rgb(83,77,19); }
H1.HeaderClassName
{
color: #534D13;
}
.AnyTagClassName
{
color: #534D13;
}
</style>
background-color css
<style>
a { background-color: #534D13; }
a { background-color: rgb(83,77,19); }
div.DivClassName
{
background-color: #534D13;
}
.BgClassName
{
background-color: #534D13;
}
</style>
border-color css
<style>
span { border-color: #534D13; }
span { border-color: rgb(83,77,19); }
td.TdClassName
{
border-color: #534D13;
}
.TagClassName
{
border-color: #534D13;
}
</style>