Shades of Bronze Olive #5D4D16
Tints of Bronze Olive #5D4D16
RGB
CMYK
RGB Variations
Color information
#5D4D16 (or 0x5D4D16) is known color: Bronze Olive. HEX triplet: 5D, 4D and 16. RGB value is (93,77,22). Sum of RGB (Red+Green+Blue) = 93+77+22=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D4D16 is #A2B2E9. Grayscale: #4B4B4B. Windows color (decimal): -10662634 or 1461597. OLE color: 1461597.
HSL color Cylindrical-coordinate representation of color #5D4D16: hue angle of 46.48º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D4D16 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 77 | 22 | - |
CMYK | 0 | 0.17 | 0.76 | 0.64 |
HSL | 46.48º | 0.62% | 0.23% | - |
HSV(B) | 46.48º | 0.76% | 0.36% | - |
XYZ | 7.31 | 7.69 | 1.86 | - |
YUV | 75.51 | 97.8 | 140.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 77 | 22 | 0 | 0.17 | 0.76 | 0.64 | 46.48 | 0.62 | 0.23 |
Hex | 5D | 4D | 16 | 0 | 11 | 4C | 40 | 2E | 3E | 17 |
Octal | 135 | 115 | 26 | 0 | 21 | 114 | 100 | 56 | 76 | 27 |
Binary | 1011101 | 1001101 | 10110 | 0 | 10001 | 1001100 | 1000000 | 101110 | 111110 | 10111 |
Color Harmonies of #5D4D16
Complementary color
Monochromatic Colors of #5D4D16
Black with #5D4D16
Text Example
Text Example
White with #5D4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4D16; }
p { color: rgb(93,77,22); }
H1.HeaderClassName
{
color: #5D4D16;
}
.AnyTagClassName
{
color: #5D4D16;
}
</style>
background-color css
<style>
a { background-color: #5D4D16; }
a { background-color: rgb(93,77,22); }
div.DivClassName
{
background-color: #5D4D16;
}
.BgClassName
{
background-color: #5D4D16;
}
</style>
border-color css
<style>
span { border-color: #5D4D16; }
span { border-color: rgb(93,77,22); }
td.TdClassName
{
border-color: #5D4D16;
}
.TagClassName
{
border-color: #5D4D16;
}
</style>