Shades of Bronze Olive #50491A
Tints of Bronze Olive #50491A
RGB
CMYK
RGB Variations
Color information
#50491A (or 0x50491A) is known color: Bronze Olive. HEX triplet: 50, 49 and 1A. RGB value is (80,73,26). Sum of RGB (Red+Green+Blue) = 80+73+26=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50491A is #AFB6E5. Grayscale: #454545. Windows color (decimal): -11515622 or 1722704. OLE color: 1722704.
HSL color Cylindrical-coordinate representation of color #50491A: hue angle of 52.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50491A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 73 | 26 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.69 |
| HSL | 52.22º | 0.51% | 0.21% | - |
| HSV(B) | 52.22º | 0.68% | 0.31% | - |
| XYZ | 5.88 | 6.55 | 1.93 | - |
| YUV | 69.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 26 | 0 | 0.09 | 0.67 | 0.69 | 52.22 | 0.51 | 0.21 |
| Hex | 50 | 49 | 1A | 0 | 9 | 43 | 45 | 34 | 33 | 15 |
| Octal | 120 | 111 | 32 | 0 | 11 | 103 | 105 | 64 | 63 | 25 |
| Binary | 1010000 | 1001001 | 11010 | 0 | 1001 | 1000011 | 1000101 | 110100 | 110011 | 10101 |
Color Harmonies of #50491A
Complementary color
Monochromatic Colors of #50491A
Black with #50491A
Text Example
Text Example
White with #50491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50491A; }
p { color: rgb(80,73,26); }
H1.HeaderClassName
{
color: #50491A;
}
.AnyTagClassName
{
color: #50491A;
}
</style>
background-color css
<style>
a { background-color: #50491A; }
a { background-color: rgb(80,73,26); }
div.DivClassName
{
background-color: #50491A;
}
.BgClassName
{
background-color: #50491A;
}
</style>
border-color css
<style>
span { border-color: #50491A; }
span { border-color: rgb(80,73,26); }
td.TdClassName
{
border-color: #50491A;
}
.TagClassName
{
border-color: #50491A;
}
</style>