Shades of Bronze Olive #5D4811
Tints of Bronze Olive #5D4811
RGB
CMYK
RGB Variations
Color information
#5D4811 (or 0x5D4811) is known color: Bronze Olive. HEX triplet: 5D, 48 and 11. RGB value is (93,72,17). Sum of RGB (Red+Green+Blue) = 93+72+17=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D4811 is #A2B7EE. Grayscale: #484848. Windows color (decimal): -10663919 or 1132637. OLE color: 1132637.
HSL color Cylindrical-coordinate representation of color #5D4811: hue angle of 43.42º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D4811 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 72 | 17 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.64 |
| HSL | 43.42º | 0.69% | 0.22% | - |
| HSV(B) | 43.42º | 0.82% | 0.36% | - |
| XYZ | 6.93 | 7 | 1.52 | - |
| YUV | 72.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 17 | 0 | 0.23 | 0.82 | 0.64 | 43.42 | 0.69 | 0.22 |
| Hex | 5D | 48 | 11 | 0 | 17 | 52 | 40 | 2B | 45 | 16 |
| Octal | 135 | 110 | 21 | 0 | 27 | 122 | 100 | 53 | 105 | 26 |
| Binary | 1011101 | 1001000 | 10001 | 0 | 10111 | 1010010 | 1000000 | 101011 | 1000101 | 10110 |
Color Harmonies of #5D4811
Complementary color
Monochromatic Colors of #5D4811
Black with #5D4811
Text Example
Text Example
White with #5D4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4811; }
p { color: rgb(93,72,17); }
H1.HeaderClassName
{
color: #5D4811;
}
.AnyTagClassName
{
color: #5D4811;
}
</style>
background-color css
<style>
a { background-color: #5D4811; }
a { background-color: rgb(93,72,17); }
div.DivClassName
{
background-color: #5D4811;
}
.BgClassName
{
background-color: #5D4811;
}
</style>
border-color css
<style>
span { border-color: #5D4811; }
span { border-color: rgb(93,72,17); }
td.TdClassName
{
border-color: #5D4811;
}
.TagClassName
{
border-color: #5D4811;
}
</style>