Shades of Bronze Olive #5A531B
Tints of Bronze Olive #5A531B
RGB
CMYK
RGB Variations
Color information
#5A531B (or 0x5A531B) is known color: Bronze Olive. HEX triplet: 5A, 53 and 1B. RGB value is (90,83,27). Sum of RGB (Red+Green+Blue) = 90+83+27=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A531B is #A5ACE4. Grayscale: #4E4E4E. Windows color (decimal): -10857701 or 1790810. OLE color: 1790810.
HSL color Cylindrical-coordinate representation of color #5A531B: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A531B is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 27 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.65 |
| HSL | 53.33º | 0.54% | 0.23% | - |
| HSV(B) | 53.33º | 0.7% | 0.35% | - |
| XYZ | 7.51 | 8.44 | 2.27 | - |
| YUV | 78.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 27 | 0 | 0.08 | 0.70 | 0.65 | 53.33 | 0.54 | 0.23 |
| Hex | 5A | 53 | 1B | 0 | 8 | 46 | 41 | 35 | 36 | 17 |
| Octal | 132 | 123 | 33 | 0 | 10 | 106 | 101 | 65 | 66 | 27 |
| Binary | 1011010 | 1010011 | 11011 | 0 | 1000 | 1000110 | 1000001 | 110101 | 110110 | 10111 |
Color Harmonies of #5A531B
Complementary color
Monochromatic Colors of #5A531B
Black with #5A531B
Text Example
Text Example
White with #5A531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A531B; }
p { color: rgb(90,83,27); }
H1.HeaderClassName
{
color: #5A531B;
}
.AnyTagClassName
{
color: #5A531B;
}
</style>
background-color css
<style>
a { background-color: #5A531B; }
a { background-color: rgb(90,83,27); }
div.DivClassName
{
background-color: #5A531B;
}
.BgClassName
{
background-color: #5A531B;
}
</style>
border-color css
<style>
span { border-color: #5A531B; }
span { border-color: rgb(90,83,27); }
td.TdClassName
{
border-color: #5A531B;
}
.TagClassName
{
border-color: #5A531B;
}
</style>