Shades of Bronze Olive #534D17
Tints of Bronze Olive #534D17
RGB
CMYK
RGB Variations
Color information
#534D17 (or 0x534D17) is known color: Bronze Olive. HEX triplet: 53, 4D and 17. RGB value is (83,77,23). Sum of RGB (Red+Green+Blue) = 83+77+23=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D17 is #ACB2E8. Grayscale: #484848. Windows color (decimal): -11317993 or 1527123. OLE color: 1527123.
HSL color Cylindrical-coordinate representation of color #534D17: hue angle of 54º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #534D17 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 23 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.67 |
| HSL | 54º | 0.57% | 0.21% | - |
| HSV(B) | 54º | 0.72% | 0.33% | - |
| XYZ | 6.38 | 7.21 | 1.87 | - |
| YUV | 72.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 23 | 0 | 0.07 | 0.72 | 0.67 | 54 | 0.57 | 0.21 |
| Hex | 53 | 4D | 17 | 0 | 7 | 48 | 43 | 36 | 39 | 15 |
| Octal | 123 | 115 | 27 | 0 | 7 | 110 | 103 | 66 | 71 | 25 |
| Binary | 1010011 | 1001101 | 10111 | 0 | 111 | 1001000 | 1000011 | 110110 | 111001 | 10101 |
Color Harmonies of #534D17
Complementary color
Monochromatic Colors of #534D17
Black with #534D17
Text Example
Text Example
White with #534D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D17; }
p { color: rgb(83,77,23); }
H1.HeaderClassName
{
color: #534D17;
}
.AnyTagClassName
{
color: #534D17;
}
</style>
background-color css
<style>
a { background-color: #534D17; }
a { background-color: rgb(83,77,23); }
div.DivClassName
{
background-color: #534D17;
}
.BgClassName
{
background-color: #534D17;
}
</style>
border-color css
<style>
span { border-color: #534D17; }
span { border-color: rgb(83,77,23); }
td.TdClassName
{
border-color: #534D17;
}
.TagClassName
{
border-color: #534D17;
}
</style>