Shades of Bronze Olive #5A491F
Tints of Bronze Olive #5A491F
RGB
CMYK
RGB Variations
Color information
#5A491F (or 0x5A491F) is known color: Bronze Olive. HEX triplet: 5A, 49 and 1F. RGB value is (90,73,31). Sum of RGB (Red+Green+Blue) = 90+73+31=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A491F is #A5B6E0. Grayscale: #494949. Windows color (decimal): -10860257 or 2050394. OLE color: 2050394.
HSL color Cylindrical-coordinate representation of color #5A491F: hue angle of 42.71º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A491F is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 31 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.65 |
| HSL | 42.71º | 0.49% | 0.24% | - |
| HSV(B) | 42.71º | 0.66% | 0.35% | - |
| XYZ | 6.85 | 7.04 | 2.29 | - |
| YUV | 73.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 31 | 0 | 0.19 | 0.66 | 0.65 | 42.71 | 0.49 | 0.24 |
| Hex | 5A | 49 | 1F | 0 | 13 | 42 | 41 | 2B | 31 | 18 |
| Octal | 132 | 111 | 37 | 0 | 23 | 102 | 101 | 53 | 61 | 30 |
| Binary | 1011010 | 1001001 | 11111 | 0 | 10011 | 1000010 | 1000001 | 101011 | 110001 | 11000 |
Color Harmonies of #5A491F
Complementary color
Monochromatic Colors of #5A491F
Black with #5A491F
Text Example
Text Example
White with #5A491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A491F; }
p { color: rgb(90,73,31); }
H1.HeaderClassName
{
color: #5A491F;
}
.AnyTagClassName
{
color: #5A491F;
}
</style>
background-color css
<style>
a { background-color: #5A491F; }
a { background-color: rgb(90,73,31); }
div.DivClassName
{
background-color: #5A491F;
}
.BgClassName
{
background-color: #5A491F;
}
</style>
border-color css
<style>
span { border-color: #5A491F; }
span { border-color: rgb(90,73,31); }
td.TdClassName
{
border-color: #5A491F;
}
.TagClassName
{
border-color: #5A491F;
}
</style>