Shades of Bronze Olive #5A510B
Tints of Bronze Olive #5A510B
RGB
CMYK
RGB Variations
Color information
#5A510B (or 0x5A510B) is known color: Bronze Olive. HEX triplet: 5A, 51 and 0B. RGB value is (90,81,11). Sum of RGB (Red+Green+Blue) = 90+81+11=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A510B is #A5AEF4. Grayscale: #4B4B4B. Windows color (decimal): -10858229 or 741722. OLE color: 741722.
HSL color Cylindrical-coordinate representation of color #5A510B: hue angle of 53.16º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A510B is Cyan = 0, Magento = 0.1, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 81 | 11 | - |
| CMYK | 0 | 0.1 | 0.88 | 0.65 |
| HSL | 53.16º | 0.78% | 0.2% | - |
| HSV(B) | 53.16º | 0.88% | 0.35% | - |
| XYZ | 7.22 | 8.08 | 1.5 | - |
| YUV | 75.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 11 | 0 | 0.1 | 0.88 | 0.65 | 53.16 | 0.78 | 0.2 |
| Hex | 5A | 51 | B | 0 | A | 58 | 41 | 35 | 4E | 14 |
| Octal | 132 | 121 | 13 | 0 | 12 | 130 | 101 | 65 | 116 | 24 |
| Binary | 1011010 | 1010001 | 1011 | 0 | 1010 | 1011000 | 1000001 | 110101 | 1001110 | 10100 |
Color Harmonies of #5A510B
Complementary color
Monochromatic Colors of #5A510B
Black with #5A510B
Text Example
Text Example
White with #5A510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A510B; }
p { color: rgb(90,81,11); }
H1.HeaderClassName
{
color: #5A510B;
}
.AnyTagClassName
{
color: #5A510B;
}
</style>
background-color css
<style>
a { background-color: #5A510B; }
a { background-color: rgb(90,81,11); }
div.DivClassName
{
background-color: #5A510B;
}
.BgClassName
{
background-color: #5A510B;
}
</style>
border-color css
<style>
span { border-color: #5A510B; }
span { border-color: rgb(90,81,11); }
td.TdClassName
{
border-color: #5A510B;
}
.TagClassName
{
border-color: #5A510B;
}
</style>