Shades of Bronze Olive #5A4F21
Tints of Bronze Olive #5A4F21
RGB
CMYK
RGB Variations
Color information
#5A4F21 (or 0x5A4F21) is known color: Bronze Olive. HEX triplet: 5A, 4F and 21. RGB value is (90,79,33). Sum of RGB (Red+Green+Blue) = 90+79+33=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4F21 is #A5B0DE. Grayscale: #4D4D4D. Windows color (decimal): -10858719 or 2183002. OLE color: 2183002.
HSL color Cylindrical-coordinate representation of color #5A4F21: hue angle of 48.42º 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 #5A4F21 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 79 | 33 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.65 |
| HSL | 48.42º | 0.46% | 0.24% | - |
| HSV(B) | 48.42º | 0.63% | 0.35% | - |
| XYZ | 7.29 | 7.88 | 2.57 | - |
| YUV | 77.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 33 | 0 | 0.12 | 0.63 | 0.65 | 48.42 | 0.46 | 0.24 |
| Hex | 5A | 4F | 21 | 0 | C | 3F | 41 | 30 | 2E | 18 |
| Octal | 132 | 117 | 41 | 0 | 14 | 77 | 101 | 60 | 56 | 30 |
| Binary | 1011010 | 1001111 | 100001 | 0 | 1100 | 111111 | 1000001 | 110000 | 101110 | 11000 |
Color Harmonies of #5A4F21
Complementary color
Monochromatic Colors of #5A4F21
Black with #5A4F21
Text Example
Text Example
White with #5A4F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4F21; }
p { color: rgb(90,79,33); }
H1.HeaderClassName
{
color: #5A4F21;
}
.AnyTagClassName
{
color: #5A4F21;
}
</style>
background-color css
<style>
a { background-color: #5A4F21; }
a { background-color: rgb(90,79,33); }
div.DivClassName
{
background-color: #5A4F21;
}
.BgClassName
{
background-color: #5A4F21;
}
</style>
border-color css
<style>
span { border-color: #5A4F21; }
span { border-color: rgb(90,79,33); }
td.TdClassName
{
border-color: #5A4F21;
}
.TagClassName
{
border-color: #5A4F21;
}
</style>