Shades of Bronze Olive #5A520D
Tints of Bronze Olive #5A520D
RGB
CMYK
RGB Variations
Color information
#5A520D (or 0x5A520D) is known color: Bronze Olive. HEX triplet: 5A, 52 and 0D. RGB value is (90,82,13). Sum of RGB (Red+Green+Blue) = 90+82+13=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A520D is #A5ADF2. Grayscale: #4C4C4C. Windows color (decimal): -10857971 or 873050. OLE color: 873050.
HSL color Cylindrical-coordinate representation of color #5A520D: hue angle of 53.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A520D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 13 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.65 |
| HSL | 53.77º | 0.75% | 0.2% | - |
| HSV(B) | 53.77º | 0.86% | 0.35% | - |
| XYZ | 7.31 | 8.24 | 1.59 | - |
| YUV | 76.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 13 | 0 | 0.09 | 0.86 | 0.65 | 53.77 | 0.75 | 0.2 |
| Hex | 5A | 52 | D | 0 | 9 | 56 | 41 | 36 | 4B | 14 |
| Octal | 132 | 122 | 15 | 0 | 11 | 126 | 101 | 66 | 113 | 24 |
| Binary | 1011010 | 1010010 | 1101 | 0 | 1001 | 1010110 | 1000001 | 110110 | 1001011 | 10100 |
Color Harmonies of #5A520D
Complementary color
Monochromatic Colors of #5A520D
Black with #5A520D
Text Example
Text Example
White with #5A520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A520D; }
p { color: rgb(90,82,13); }
H1.HeaderClassName
{
color: #5A520D;
}
.AnyTagClassName
{
color: #5A520D;
}
</style>
background-color css
<style>
a { background-color: #5A520D; }
a { background-color: rgb(90,82,13); }
div.DivClassName
{
background-color: #5A520D;
}
.BgClassName
{
background-color: #5A520D;
}
</style>
border-color css
<style>
span { border-color: #5A520D; }
span { border-color: rgb(90,82,13); }
td.TdClassName
{
border-color: #5A520D;
}
.TagClassName
{
border-color: #5A520D;
}
</style>