Shades of Bronze Olive #5A4621
Tints of Bronze Olive #5A4621
RGB
CMYK
RGB Variations
Color information
#5A4621 (or 0x5A4621) is known color: Bronze Olive. HEX triplet: 5A, 46 and 21. RGB value is (90,70,33). Sum of RGB (Red+Green+Blue) = 90+70+33=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4621 is #A5B9DE. Grayscale: #474747. Windows color (decimal): -10861023 or 2180698. OLE color: 2180698.
HSL color Cylindrical-coordinate representation of color #5A4621: hue angle of 38.95º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A4621 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 33 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.65 |
| HSL | 38.95º | 0.46% | 0.24% | - |
| HSV(B) | 38.95º | 0.63% | 0.35% | - |
| XYZ | 6.68 | 6.66 | 2.37 | - |
| YUV | 71.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 33 | 0 | 0.22 | 0.63 | 0.65 | 38.95 | 0.46 | 0.24 |
| Hex | 5A | 46 | 21 | 0 | 16 | 3F | 41 | 27 | 2E | 18 |
| Octal | 132 | 106 | 41 | 0 | 26 | 77 | 101 | 47 | 56 | 30 |
| Binary | 1011010 | 1000110 | 100001 | 0 | 10110 | 111111 | 1000001 | 100111 | 101110 | 11000 |
Color Harmonies of #5A4621
Complementary color
Monochromatic Colors of #5A4621
Black with #5A4621
Text Example
Text Example
White with #5A4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4621; }
p { color: rgb(90,70,33); }
H1.HeaderClassName
{
color: #5A4621;
}
.AnyTagClassName
{
color: #5A4621;
}
</style>
background-color css
<style>
a { background-color: #5A4621; }
a { background-color: rgb(90,70,33); }
div.DivClassName
{
background-color: #5A4621;
}
.BgClassName
{
background-color: #5A4621;
}
</style>
border-color css
<style>
span { border-color: #5A4621; }
span { border-color: rgb(90,70,33); }
td.TdClassName
{
border-color: #5A4621;
}
.TagClassName
{
border-color: #5A4621;
}
</style>