Shades of Bronze Olive #5F491E
Tints of Bronze Olive #5F491E
RGB
CMYK
RGB Variations
Color information
#5F491E (or 0x5F491E) is known color: Bronze Olive. HEX triplet: 5F, 49 and 1E. RGB value is (95,73,30). Sum of RGB (Red+Green+Blue) = 95+73+30=198 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.98% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 95 - color contains mainly: red. Hex color #5F491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F491E is #A0B6E1. Grayscale: #4A4A4A. Windows color (decimal): -10532578 or 1984863. OLE color: 1984863.
HSL color Cylindrical-coordinate representation of color #5F491E: hue angle of 39.69º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F491E is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 30 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.63 |
| HSL | 39.69º | 0.52% | 0.25% | - |
| HSV(B) | 39.69º | 0.68% | 0.37% | - |
| XYZ | 7.34 | 7.29 | 2.25 | - |
| YUV | 74.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 30 | 0 | 0.23 | 0.68 | 0.63 | 39.69 | 0.52 | 0.25 |
| Hex | 5F | 49 | 1E | 0 | 17 | 44 | 3F | 28 | 34 | 19 |
| Octal | 137 | 111 | 36 | 0 | 27 | 104 | 77 | 50 | 64 | 31 |
| Binary | 1011111 | 1001001 | 11110 | 0 | 10111 | 1000100 | 111111 | 101000 | 110100 | 11001 |
Color Harmonies of #5F491E
Complementary color
Monochromatic Colors of #5F491E
Black with #5F491E
Text Example
Text Example
White with #5F491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F491E; }
p { color: rgb(95,73,30); }
H1.HeaderClassName
{
color: #5F491E;
}
.AnyTagClassName
{
color: #5F491E;
}
</style>
background-color css
<style>
a { background-color: #5F491E; }
a { background-color: rgb(95,73,30); }
div.DivClassName
{
background-color: #5F491E;
}
.BgClassName
{
background-color: #5F491E;
}
</style>
border-color css
<style>
span { border-color: #5F491E; }
span { border-color: rgb(95,73,30); }
td.TdClassName
{
border-color: #5F491E;
}
.TagClassName
{
border-color: #5F491E;
}
</style>