Shades of Bronze Olive #5F500D
Tints of Bronze Olive #5F500D
RGB
CMYK
RGB Variations
Color information
#5F500D (or 0x5F500D) is known color: Bronze Olive. HEX triplet: 5F, 50 and 0D. RGB value is (95,80,13). Sum of RGB (Red+Green+Blue) = 95+80+13=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F500D is #A0AFF2. Grayscale: #4D4D4D. Windows color (decimal): -10530803 or 872543. OLE color: 872543.
HSL color Cylindrical-coordinate representation of color #5F500D: hue angle of 49.02º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F500D is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 80 | 13 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.63 |
| HSL | 49.02º | 0.76% | 0.21% | - |
| HSV(B) | 49.02º | 0.86% | 0.37% | - |
| XYZ | 7.66 | 8.2 | 1.56 | - |
| YUV | 76.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 13 | 0 | 0.16 | 0.86 | 0.63 | 49.02 | 0.76 | 0.21 |
| Hex | 5F | 50 | D | 0 | 10 | 56 | 3F | 31 | 4C | 15 |
| Octal | 137 | 120 | 15 | 0 | 20 | 126 | 77 | 61 | 114 | 25 |
| Binary | 1011111 | 1010000 | 1101 | 0 | 10000 | 1010110 | 111111 | 110001 | 1001100 | 10101 |
Color Harmonies of #5F500D
Complementary color
Monochromatic Colors of #5F500D
Black with #5F500D
Text Example
Text Example
White with #5F500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F500D; }
p { color: rgb(95,80,13); }
H1.HeaderClassName
{
color: #5F500D;
}
.AnyTagClassName
{
color: #5F500D;
}
</style>
background-color css
<style>
a { background-color: #5F500D; }
a { background-color: rgb(95,80,13); }
div.DivClassName
{
background-color: #5F500D;
}
.BgClassName
{
background-color: #5F500D;
}
</style>
border-color css
<style>
span { border-color: #5F500D; }
span { border-color: rgb(95,80,13); }
td.TdClassName
{
border-color: #5F500D;
}
.TagClassName
{
border-color: #5F500D;
}
</style>