Shades of Bronze Olive #5A4A1E
Tints of Bronze Olive #5A4A1E
RGB
CMYK
RGB Variations
Color information
#5A4A1E (or 0x5A4A1E) is known color: Bronze Olive. HEX triplet: 5A, 4A and 1E. RGB value is (90,74,30). Sum of RGB (Red+Green+Blue) = 90+74+30=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A1E is #A5B5E1. Grayscale: #494949. Windows color (decimal): -10860002 or 1985114. OLE color: 1985114.
HSL color Cylindrical-coordinate representation of color #5A4A1E: hue angle of 44º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A4A1E is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 30 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.65 |
| HSL | 44º | 0.5% | 0.24% | - |
| HSV(B) | 44º | 0.67% | 0.35% | - |
| XYZ | 6.9 | 7.16 | 2.25 | - |
| YUV | 73.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 30 | 0 | 0.18 | 0.67 | 0.65 | 44 | 0.5 | 0.24 |
| Hex | 5A | 4A | 1E | 0 | 12 | 43 | 41 | 2C | 32 | 18 |
| Octal | 132 | 112 | 36 | 0 | 22 | 103 | 101 | 54 | 62 | 30 |
| Binary | 1011010 | 1001010 | 11110 | 0 | 10010 | 1000011 | 1000001 | 101100 | 110010 | 11000 |
Color Harmonies of #5A4A1E
Complementary color
Monochromatic Colors of #5A4A1E
Black with #5A4A1E
Text Example
Text Example
White with #5A4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A1E; }
p { color: rgb(90,74,30); }
H1.HeaderClassName
{
color: #5A4A1E;
}
.AnyTagClassName
{
color: #5A4A1E;
}
</style>
background-color css
<style>
a { background-color: #5A4A1E; }
a { background-color: rgb(90,74,30); }
div.DivClassName
{
background-color: #5A4A1E;
}
.BgClassName
{
background-color: #5A4A1E;
}
</style>
border-color css
<style>
span { border-color: #5A4A1E; }
span { border-color: rgb(90,74,30); }
td.TdClassName
{
border-color: #5A4A1E;
}
.TagClassName
{
border-color: #5A4A1E;
}
</style>