Shades of Bronze Olive #5A4926
Tints of Bronze Olive #5A4926
RGB
CMYK
RGB Variations
Color information
#5A4926 (or 0x5A4926) is known color: Bronze Olive. HEX triplet: 5A, 49 and 26. RGB value is (90,73,38). Sum of RGB (Red+Green+Blue) = 90+73+38=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4926 is #A5B6D9. Grayscale: #4A4A4A. Windows color (decimal): -10860250 or 2509146. OLE color: 2509146.
HSL color Cylindrical-coordinate representation of color #5A4926: hue angle of 40.38º 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 #5A4926 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 38 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.65 |
| HSL | 40.38º | 0.41% | 0.25% | - |
| HSV(B) | 40.38º | 0.58% | 0.35% | - |
| XYZ | 6.95 | 7.08 | 2.83 | - |
| YUV | 74.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 38 | 0 | 0.19 | 0.58 | 0.65 | 40.38 | 0.41 | 0.25 |
| Hex | 5A | 49 | 26 | 0 | 13 | 3A | 41 | 28 | 29 | 19 |
| Octal | 132 | 111 | 46 | 0 | 23 | 72 | 101 | 50 | 51 | 31 |
| Binary | 1011010 | 1001001 | 100110 | 0 | 10011 | 111010 | 1000001 | 101000 | 101001 | 11001 |
Color Harmonies of #5A4926
Complementary color
Monochromatic Colors of #5A4926
Black with #5A4926
Text Example
Text Example
White with #5A4926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4926; }
p { color: rgb(90,73,38); }
H1.HeaderClassName
{
color: #5A4926;
}
.AnyTagClassName
{
color: #5A4926;
}
</style>
background-color css
<style>
a { background-color: #5A4926; }
a { background-color: rgb(90,73,38); }
div.DivClassName
{
background-color: #5A4926;
}
.BgClassName
{
background-color: #5A4926;
}
</style>
border-color css
<style>
span { border-color: #5A4926; }
span { border-color: rgb(90,73,38); }
td.TdClassName
{
border-color: #5A4926;
}
.TagClassName
{
border-color: #5A4926;
}
</style>