Shades of Bronze Olive #5A4E28
Tints of Bronze Olive #5A4E28
RGB
CMYK
RGB Variations
Color information
#5A4E28 (or 0x5A4E28) is known color: Bronze Olive. HEX triplet: 5A, 4E and 28. RGB value is (90,78,40). Sum of RGB (Red+Green+Blue) = 90+78+40=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E28 is #A5B1D7. Grayscale: #4D4D4D. Windows color (decimal): -10858968 or 2641498. OLE color: 2641498.
HSL color Cylindrical-coordinate representation of color #5A4E28: hue angle of 45.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A4E28 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 40 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.65 |
| HSL | 45.6º | 0.38% | 0.25% | - |
| HSV(B) | 45.6º | 0.56% | 0.35% | - |
| XYZ | 7.32 | 7.78 | 3.12 | - |
| YUV | 77.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 40 | 0 | 0.13 | 0.56 | 0.65 | 45.6 | 0.38 | 0.25 |
| Hex | 5A | 4E | 28 | 0 | D | 38 | 41 | 2E | 26 | 19 |
| Octal | 132 | 116 | 50 | 0 | 15 | 70 | 101 | 56 | 46 | 31 |
| Binary | 1011010 | 1001110 | 101000 | 0 | 1101 | 111000 | 1000001 | 101110 | 100110 | 11001 |
Color Harmonies of #5A4E28
Complementary color
Monochromatic Colors of #5A4E28
Black with #5A4E28
Text Example
Text Example
White with #5A4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E28; }
p { color: rgb(90,78,40); }
H1.HeaderClassName
{
color: #5A4E28;
}
.AnyTagClassName
{
color: #5A4E28;
}
</style>
background-color css
<style>
a { background-color: #5A4E28; }
a { background-color: rgb(90,78,40); }
div.DivClassName
{
background-color: #5A4E28;
}
.BgClassName
{
background-color: #5A4E28;
}
</style>
border-color css
<style>
span { border-color: #5A4E28; }
span { border-color: rgb(90,78,40); }
td.TdClassName
{
border-color: #5A4E28;
}
.TagClassName
{
border-color: #5A4E28;
}
</style>