Shades of Bronze Olive #5A5228
Tints of Bronze Olive #5A5228
RGB
CMYK
RGB Variations
Color information
#5A5228 (or 0x5A5228) is known color: Bronze Olive. HEX triplet: 5A, 52 and 28. RGB value is (90,82,40). Sum of RGB (Red+Green+Blue) = 90+82+40=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5228 is #A5ADD7. Grayscale: #4F4F4F. Windows color (decimal): -10857944 or 2642522. OLE color: 2642522.
HSL color Cylindrical-coordinate representation of color #5A5228: hue angle of 50.4º 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 #5A5228 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 40 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.65 |
| HSL | 50.4º | 0.38% | 0.25% | - |
| HSV(B) | 50.4º | 0.56% | 0.35% | - |
| XYZ | 7.62 | 8.36 | 3.22 | - |
| YUV | 79.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 40 | 0 | 0.09 | 0.56 | 0.65 | 50.4 | 0.38 | 0.25 |
| Hex | 5A | 52 | 28 | 0 | 9 | 38 | 41 | 32 | 26 | 19 |
| Octal | 132 | 122 | 50 | 0 | 11 | 70 | 101 | 62 | 46 | 31 |
| Binary | 1011010 | 1010010 | 101000 | 0 | 1001 | 111000 | 1000001 | 110010 | 100110 | 11001 |
Color Harmonies of #5A5228
Complementary color
Monochromatic Colors of #5A5228
Black with #5A5228
Text Example
Text Example
White with #5A5228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5228; }
p { color: rgb(90,82,40); }
H1.HeaderClassName
{
color: #5A5228;
}
.AnyTagClassName
{
color: #5A5228;
}
</style>
background-color css
<style>
a { background-color: #5A5228; }
a { background-color: rgb(90,82,40); }
div.DivClassName
{
background-color: #5A5228;
}
.BgClassName
{
background-color: #5A5228;
}
</style>
border-color css
<style>
span { border-color: #5A5228; }
span { border-color: rgb(90,82,40); }
td.TdClassName
{
border-color: #5A5228;
}
.TagClassName
{
border-color: #5A5228;
}
</style>