Shades of Bronze Olive #5A5326
Tints of Bronze Olive #5A5326
RGB
CMYK
RGB Variations
Color information
#5A5326 (or 0x5A5326) is known color: Bronze Olive. HEX triplet: 5A, 53 and 26. RGB value is (90,83,38). Sum of RGB (Red+Green+Blue) = 90+83+38=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5326 is #A5ACD9. Grayscale: #505050. Windows color (decimal): -10857690 or 2511706. OLE color: 2511706.
HSL color Cylindrical-coordinate representation of color #5A5326: hue angle of 51.92º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A5326 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 38 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.65 |
| HSL | 51.92º | 0.41% | 0.25% | - |
| HSV(B) | 51.92º | 0.58% | 0.35% | - |
| XYZ | 7.66 | 8.5 | 3.07 | - |
| YUV | 79.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 38 | 0 | 0.08 | 0.58 | 0.65 | 51.92 | 0.41 | 0.25 |
| Hex | 5A | 53 | 26 | 0 | 8 | 3A | 41 | 34 | 29 | 19 |
| Octal | 132 | 123 | 46 | 0 | 10 | 72 | 101 | 64 | 51 | 31 |
| Binary | 1011010 | 1010011 | 100110 | 0 | 1000 | 111010 | 1000001 | 110100 | 101001 | 11001 |
Color Harmonies of #5A5326
Complementary color
Monochromatic Colors of #5A5326
Black with #5A5326
Text Example
Text Example
White with #5A5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5326; }
p { color: rgb(90,83,38); }
H1.HeaderClassName
{
color: #5A5326;
}
.AnyTagClassName
{
color: #5A5326;
}
</style>
background-color css
<style>
a { background-color: #5A5326; }
a { background-color: rgb(90,83,38); }
div.DivClassName
{
background-color: #5A5326;
}
.BgClassName
{
background-color: #5A5326;
}
</style>
border-color css
<style>
span { border-color: #5A5326; }
span { border-color: rgb(90,83,38); }
td.TdClassName
{
border-color: #5A5326;
}
.TagClassName
{
border-color: #5A5326;
}
</style>