Shades of Bronze Olive #5F491B
Tints of Bronze Olive #5F491B
RGB
CMYK
RGB Variations
Color information
#5F491B (or 0x5F491B) is known color: Bronze Olive. HEX triplet: 5F, 49 and 1B. RGB value is (95,73,27). Sum of RGB (Red+Green+Blue) = 95+73+27=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F491B is #A0B6E4. Grayscale: #4A4A4A. Windows color (decimal): -10532581 or 1788255. OLE color: 1788255.
HSL color Cylindrical-coordinate representation of color #5F491B: hue angle of 40.59º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F491B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 73 | 27 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.63 |
| HSL | 40.59º | 0.56% | 0.24% | - |
| HSV(B) | 40.59º | 0.72% | 0.37% | - |
| XYZ | 7.3 | 7.28 | 2.06 | - |
| YUV | 74.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 27 | 0 | 0.23 | 0.72 | 0.63 | 40.59 | 0.56 | 0.24 |
| Hex | 5F | 49 | 1B | 0 | 17 | 48 | 3F | 29 | 38 | 18 |
| Octal | 137 | 111 | 33 | 0 | 27 | 110 | 77 | 51 | 70 | 30 |
| Binary | 1011111 | 1001001 | 11011 | 0 | 10111 | 1001000 | 111111 | 101001 | 111000 | 11000 |
Color Harmonies of #5F491B
Complementary color
Monochromatic Colors of #5F491B
Black with #5F491B
Text Example
Text Example
White with #5F491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F491B; }
p { color: rgb(95,73,27); }
H1.HeaderClassName
{
color: #5F491B;
}
.AnyTagClassName
{
color: #5F491B;
}
</style>
background-color css
<style>
a { background-color: #5F491B; }
a { background-color: rgb(95,73,27); }
div.DivClassName
{
background-color: #5F491B;
}
.BgClassName
{
background-color: #5F491B;
}
</style>
border-color css
<style>
span { border-color: #5F491B; }
span { border-color: rgb(95,73,27); }
td.TdClassName
{
border-color: #5F491B;
}
.TagClassName
{
border-color: #5F491B;
}
</style>