Shades of Bronze Olive #5A4D26
Tints of Bronze Olive #5A4D26
RGB
CMYK
RGB Variations
Color information
#5A4D26 (or 0x5A4D26) is known color: Bronze Olive. HEX triplet: 5A, 4D and 26. RGB value is (90,77,38). Sum of RGB (Red+Green+Blue) = 90+77+38=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D26 is #A5B2D9. Grayscale: #4C4C4C. Windows color (decimal): -10859226 or 2510170. OLE color: 2510170.
HSL color Cylindrical-coordinate representation of color #5A4D26: hue angle of 45º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A4D26 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 38 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.65 |
| HSL | 45º | 0.41% | 0.25% | - |
| HSV(B) | 45º | 0.58% | 0.35% | - |
| XYZ | 7.22 | 7.62 | 2.92 | - |
| YUV | 76.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 38 | 0 | 0.14 | 0.58 | 0.65 | 45 | 0.41 | 0.25 |
| Hex | 5A | 4D | 26 | 0 | E | 3A | 41 | 2D | 29 | 19 |
| Octal | 132 | 115 | 46 | 0 | 16 | 72 | 101 | 55 | 51 | 31 |
| Binary | 1011010 | 1001101 | 100110 | 0 | 1110 | 111010 | 1000001 | 101101 | 101001 | 11001 |
Color Harmonies of #5A4D26
Complementary color
Monochromatic Colors of #5A4D26
Black with #5A4D26
Text Example
Text Example
White with #5A4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D26; }
p { color: rgb(90,77,38); }
H1.HeaderClassName
{
color: #5A4D26;
}
.AnyTagClassName
{
color: #5A4D26;
}
</style>
background-color css
<style>
a { background-color: #5A4D26; }
a { background-color: rgb(90,77,38); }
div.DivClassName
{
background-color: #5A4D26;
}
.BgClassName
{
background-color: #5A4D26;
}
</style>
border-color css
<style>
span { border-color: #5A4D26; }
span { border-color: rgb(90,77,38); }
td.TdClassName
{
border-color: #5A4D26;
}
.TagClassName
{
border-color: #5A4D26;
}
</style>