Shades of Bronze Olive #5D500D
Tints of Bronze Olive #5D500D
RGB
CMYK
RGB Variations
Color information
#5D500D (or 0x5D500D) is known color: Bronze Olive. HEX triplet: 5D, 50 and 0D. RGB value is (93,80,13). Sum of RGB (Red+Green+Blue) = 93+80+13=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D500D is #A2AFF2. Grayscale: #4C4C4C. Windows color (decimal): -10661875 or 872541. OLE color: 872541.
HSL color Cylindrical-coordinate representation of color #5D500D: hue angle of 50.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 #5D500D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 13 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.64 |
| HSL | 50.25º | 0.75% | 0.21% | - |
| HSV(B) | 50.25º | 0.86% | 0.36% | - |
| XYZ | 7.46 | 8.09 | 1.55 | - |
| YUV | 76.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 13 | 0 | 0.14 | 0.86 | 0.64 | 50.25 | 0.75 | 0.21 |
| Hex | 5D | 50 | D | 0 | E | 56 | 40 | 32 | 4B | 15 |
| Octal | 135 | 120 | 15 | 0 | 16 | 126 | 100 | 62 | 113 | 25 |
| Binary | 1011101 | 1010000 | 1101 | 0 | 1110 | 1010110 | 1000000 | 110010 | 1001011 | 10101 |
Color Harmonies of #5D500D
Complementary color
Monochromatic Colors of #5D500D
Black with #5D500D
Text Example
Text Example
White with #5D500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D500D; }
p { color: rgb(93,80,13); }
H1.HeaderClassName
{
color: #5D500D;
}
.AnyTagClassName
{
color: #5D500D;
}
</style>
background-color css
<style>
a { background-color: #5D500D; }
a { background-color: rgb(93,80,13); }
div.DivClassName
{
background-color: #5D500D;
}
.BgClassName
{
background-color: #5D500D;
}
</style>
border-color css
<style>
span { border-color: #5D500D; }
span { border-color: rgb(93,80,13); }
td.TdClassName
{
border-color: #5D500D;
}
.TagClassName
{
border-color: #5D500D;
}
</style>