Shades of Bronze Olive #5F5119
Tints of Bronze Olive #5F5119
RGB
CMYK
RGB Variations
Color information
#5F5119 (or 0x5F5119) is known color: Bronze Olive. HEX triplet: 5F, 51 and 19. RGB value is (95,81,25). Sum of RGB (Red+Green+Blue) = 95+81+25=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5119 is #A0AEE6. Grayscale: #4F4F4F. Windows color (decimal): -10530535 or 1659231. OLE color: 1659231.
HSL color Cylindrical-coordinate representation of color #5F5119: hue angle of 48º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F5119 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 81 | 25 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.63 |
| HSL | 48º | 0.58% | 0.24% | - |
| HSV(B) | 48º | 0.74% | 0.37% | - |
| XYZ | 7.84 | 8.39 | 2.13 | - |
| YUV | 78.8 | 97.64 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 25 | 0 | 0.15 | 0.74 | 0.63 | 48 | 0.58 | 0.24 |
| Hex | 5F | 51 | 19 | 0 | F | 4A | 3F | 30 | 3A | 18 |
| Octal | 137 | 121 | 31 | 0 | 17 | 112 | 77 | 60 | 72 | 30 |
| Binary | 1011111 | 1010001 | 11001 | 0 | 1111 | 1001010 | 111111 | 110000 | 111010 | 11000 |
Color Harmonies of #5F5119
Complementary color
Monochromatic Colors of #5F5119
Black with #5F5119
Text Example
Text Example
White with #5F5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5119; }
p { color: rgb(95,81,25); }
H1.HeaderClassName
{
color: #5F5119;
}
.AnyTagClassName
{
color: #5F5119;
}
</style>
background-color css
<style>
a { background-color: #5F5119; }
a { background-color: rgb(95,81,25); }
div.DivClassName
{
background-color: #5F5119;
}
.BgClassName
{
background-color: #5F5119;
}
</style>
border-color css
<style>
span { border-color: #5F5119; }
span { border-color: rgb(95,81,25); }
td.TdClassName
{
border-color: #5F5119;
}
.TagClassName
{
border-color: #5F5119;
}
</style>