Shades of Bronze Olive #5D501A
Tints of Bronze Olive #5D501A
RGB
CMYK
RGB Variations
Color information
#5D501A (or 0x5D501A) is known color: Bronze Olive. HEX triplet: 5D, 50 and 1A. RGB value is (93,80,26). Sum of RGB (Red+Green+Blue) = 93+80+26=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 93 - color contains mainly: red. Hex color #5D501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D501A is #A2AFE5. Grayscale: #4D4D4D. Windows color (decimal): -10661862 or 1724509. OLE color: 1724509.
HSL color Cylindrical-coordinate representation of color #5D501A: hue angle of 48.36º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D501A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 26 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.64 |
| HSL | 48.36º | 0.56% | 0.23% | - |
| HSV(B) | 48.36º | 0.72% | 0.36% | - |
| XYZ | 7.57 | 8.14 | 2.15 | - |
| YUV | 77.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 26 | 0 | 0.14 | 0.72 | 0.64 | 48.36 | 0.56 | 0.23 |
| Hex | 5D | 50 | 1A | 0 | E | 48 | 40 | 30 | 38 | 17 |
| Octal | 135 | 120 | 32 | 0 | 16 | 110 | 100 | 60 | 70 | 27 |
| Binary | 1011101 | 1010000 | 11010 | 0 | 1110 | 1001000 | 1000000 | 110000 | 111000 | 10111 |
Color Harmonies of #5D501A
Complementary color
Monochromatic Colors of #5D501A
Black with #5D501A
Text Example
Text Example
White with #5D501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D501A; }
p { color: rgb(93,80,26); }
H1.HeaderClassName
{
color: #5D501A;
}
.AnyTagClassName
{
color: #5D501A;
}
</style>
background-color css
<style>
a { background-color: #5D501A; }
a { background-color: rgb(93,80,26); }
div.DivClassName
{
background-color: #5D501A;
}
.BgClassName
{
background-color: #5D501A;
}
</style>
border-color css
<style>
span { border-color: #5D501A; }
span { border-color: rgb(93,80,26); }
td.TdClassName
{
border-color: #5D501A;
}
.TagClassName
{
border-color: #5D501A;
}
</style>