Shades of Bronze Olive #5A5312
Tints of Bronze Olive #5A5312
RGB
CMYK
RGB Variations
Color information
#5A5312 (or 0x5A5312) is known color: Bronze Olive. HEX triplet: 5A, 53 and 12. RGB value is (90,83,18). Sum of RGB (Red+Green+Blue) = 90+83+18=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5312 is #A5ACED. Grayscale: #4D4D4D. Windows color (decimal): -10857710 or 1200986. OLE color: 1200986.
HSL color Cylindrical-coordinate representation of color #5A5312: hue angle of 54.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A5312 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 83 | 18 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.65 |
| HSL | 54.17º | 0.67% | 0.21% | - |
| HSV(B) | 54.17º | 0.8% | 0.35% | - |
| XYZ | 7.42 | 8.4 | 1.8 | - |
| YUV | 77.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 18 | 0 | 0.08 | 0.80 | 0.65 | 54.17 | 0.67 | 0.21 |
| Hex | 5A | 53 | 12 | 0 | 8 | 50 | 41 | 36 | 43 | 15 |
| Octal | 132 | 123 | 22 | 0 | 10 | 120 | 101 | 66 | 103 | 25 |
| Binary | 1011010 | 1010011 | 10010 | 0 | 1000 | 1010000 | 1000001 | 110110 | 1000011 | 10101 |
Color Harmonies of #5A5312
Complementary color
Monochromatic Colors of #5A5312
Black with #5A5312
Text Example
Text Example
White with #5A5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5312; }
p { color: rgb(90,83,18); }
H1.HeaderClassName
{
color: #5A5312;
}
.AnyTagClassName
{
color: #5A5312;
}
</style>
background-color css
<style>
a { background-color: #5A5312; }
a { background-color: rgb(90,83,18); }
div.DivClassName
{
background-color: #5A5312;
}
.BgClassName
{
background-color: #5A5312;
}
</style>
border-color css
<style>
span { border-color: #5A5312; }
span { border-color: rgb(90,83,18); }
td.TdClassName
{
border-color: #5A5312;
}
.TagClassName
{
border-color: #5A5312;
}
</style>