Shades of Bronze Olive #5D540D
Tints of Bronze Olive #5D540D
RGB
CMYK
RGB Variations
Color information
#5D540D (or 0x5D540D) is known color: Bronze Olive. HEX triplet: 5D, 54 and 0D. RGB value is (93,84,13). Sum of RGB (Red+Green+Blue) = 93+84+13=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D540D is #A2ABF2. Grayscale: #4E4E4E. Windows color (decimal): -10660851 or 873565. OLE color: 873565.
HSL color Cylindrical-coordinate representation of color #5D540D: hue angle of 53.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D540D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 13 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.64 |
| HSL | 53.25º | 0.75% | 0.21% | - |
| HSV(B) | 53.25º | 0.86% | 0.36% | - |
| XYZ | 7.76 | 8.7 | 1.65 | - |
| YUV | 78.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 13 | 0 | 0.10 | 0.86 | 0.64 | 53.25 | 0.75 | 0.21 |
| Hex | 5D | 54 | D | 0 | A | 56 | 40 | 35 | 4B | 15 |
| Octal | 135 | 124 | 15 | 0 | 12 | 126 | 100 | 65 | 113 | 25 |
| Binary | 1011101 | 1010100 | 1101 | 0 | 1010 | 1010110 | 1000000 | 110101 | 1001011 | 10101 |
Color Harmonies of #5D540D
Complementary color
Monochromatic Colors of #5D540D
Black with #5D540D
Text Example
Text Example
White with #5D540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D540D; }
p { color: rgb(93,84,13); }
H1.HeaderClassName
{
color: #5D540D;
}
.AnyTagClassName
{
color: #5D540D;
}
</style>
background-color css
<style>
a { background-color: #5D540D; }
a { background-color: rgb(93,84,13); }
div.DivClassName
{
background-color: #5D540D;
}
.BgClassName
{
background-color: #5D540D;
}
</style>
border-color css
<style>
span { border-color: #5D540D; }
span { border-color: rgb(93,84,13); }
td.TdClassName
{
border-color: #5D540D;
}
.TagClassName
{
border-color: #5D540D;
}
</style>