Shades of Bronze Olive #5F5514
Tints of Bronze Olive #5F5514
RGB
CMYK
RGB Variations
Color information
#5F5514 (or 0x5F5514) is known color: Bronze Olive. HEX triplet: 5F, 55 and 14. RGB value is (95,85,20). Sum of RGB (Red+Green+Blue) = 95+85+20=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5514 is #A0AAEB. Grayscale: #505050. Windows color (decimal): -10529516 or 1332575. OLE color: 1332575.
HSL color Cylindrical-coordinate representation of color #5F5514: hue angle of 52º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F5514 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 85 | 20 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.63 |
| HSL | 52º | 0.65% | 0.23% | - |
| HSV(B) | 52º | 0.79% | 0.37% | - |
| XYZ | 8.09 | 8.98 | 1.97 | - |
| YUV | 80.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 20 | 0 | 0.11 | 0.79 | 0.63 | 52 | 0.65 | 0.23 |
| Hex | 5F | 55 | 14 | 0 | B | 4F | 3F | 34 | 41 | 17 |
| Octal | 137 | 125 | 24 | 0 | 13 | 117 | 77 | 64 | 101 | 27 |
| Binary | 1011111 | 1010101 | 10100 | 0 | 1011 | 1001111 | 111111 | 110100 | 1000001 | 10111 |
Color Harmonies of #5F5514
Complementary color
Monochromatic Colors of #5F5514
Black with #5F5514
Text Example
Text Example
White with #5F5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5514; }
p { color: rgb(95,85,20); }
H1.HeaderClassName
{
color: #5F5514;
}
.AnyTagClassName
{
color: #5F5514;
}
</style>
background-color css
<style>
a { background-color: #5F5514; }
a { background-color: rgb(95,85,20); }
div.DivClassName
{
background-color: #5F5514;
}
.BgClassName
{
background-color: #5F5514;
}
</style>
border-color css
<style>
span { border-color: #5F5514; }
span { border-color: rgb(95,85,20); }
td.TdClassName
{
border-color: #5F5514;
}
.TagClassName
{
border-color: #5F5514;
}
</style>