Shades of Bronze Olive #5A501A
Tints of Bronze Olive #5A501A
RGB
CMYK
RGB Variations
Color information
#5A501A (or 0x5A501A) is known color: Bronze Olive. HEX triplet: 5A, 50 and 1A. RGB value is (90,80,26). Sum of RGB (Red+Green+Blue) = 90+80+26=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 90 - color contains mainly: red. Hex color #5A501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A501A is #A5AFE5. Grayscale: #4D4D4D. Windows color (decimal): -10858470 or 1724506. OLE color: 1724506.
HSL color Cylindrical-coordinate representation of color #5A501A: hue angle of 50.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A501A is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 26 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.65 |
| HSL | 50.63º | 0.55% | 0.23% | - |
| HSV(B) | 50.63º | 0.71% | 0.35% | - |
| XYZ | 7.27 | 7.99 | 2.14 | - |
| YUV | 76.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 26 | 0 | 0.11 | 0.71 | 0.65 | 50.63 | 0.55 | 0.23 |
| Hex | 5A | 50 | 1A | 0 | B | 47 | 41 | 33 | 37 | 17 |
| Octal | 132 | 120 | 32 | 0 | 13 | 107 | 101 | 63 | 67 | 27 |
| Binary | 1011010 | 1010000 | 11010 | 0 | 1011 | 1000111 | 1000001 | 110011 | 110111 | 10111 |
Color Harmonies of #5A501A
Complementary color
Monochromatic Colors of #5A501A
Black with #5A501A
Text Example
Text Example
White with #5A501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A501A; }
p { color: rgb(90,80,26); }
H1.HeaderClassName
{
color: #5A501A;
}
.AnyTagClassName
{
color: #5A501A;
}
</style>
background-color css
<style>
a { background-color: #5A501A; }
a { background-color: rgb(90,80,26); }
div.DivClassName
{
background-color: #5A501A;
}
.BgClassName
{
background-color: #5A501A;
}
</style>
border-color css
<style>
span { border-color: #5A501A; }
span { border-color: rgb(90,80,26); }
td.TdClassName
{
border-color: #5A501A;
}
.TagClassName
{
border-color: #5A501A;
}
</style>