Shades of Bronze Olive #504A1A
Tints of Bronze Olive #504A1A
RGB
CMYK
RGB Variations
Color information
#504A1A (or 0x504A1A) is known color: Bronze Olive. HEX triplet: 50, 4A and 1A. RGB value is (80,74,26). Sum of RGB (Red+Green+Blue) = 80+74+26=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A1A is #AFB5E5. Grayscale: #464646. Windows color (decimal): -11515366 or 1722960. OLE color: 1722960.
HSL color Cylindrical-coordinate representation of color #504A1A: hue angle of 53.33º 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 #504A1A is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 26 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.69 |
| HSL | 53.33º | 0.51% | 0.21% | - |
| HSV(B) | 53.33º | 0.68% | 0.31% | - |
| XYZ | 5.94 | 6.68 | 1.95 | - |
| YUV | 70.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 26 | 0 | 0.08 | 0.67 | 0.69 | 53.33 | 0.51 | 0.21 |
| Hex | 50 | 4A | 1A | 0 | 8 | 43 | 45 | 35 | 33 | 15 |
| Octal | 120 | 112 | 32 | 0 | 10 | 103 | 105 | 65 | 63 | 25 |
| Binary | 1010000 | 1001010 | 11010 | 0 | 1000 | 1000011 | 1000101 | 110101 | 110011 | 10101 |
Color Harmonies of #504A1A
Complementary color
Monochromatic Colors of #504A1A
Black with #504A1A
Text Example
Text Example
White with #504A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A1A; }
p { color: rgb(80,74,26); }
H1.HeaderClassName
{
color: #504A1A;
}
.AnyTagClassName
{
color: #504A1A;
}
</style>
background-color css
<style>
a { background-color: #504A1A; }
a { background-color: rgb(80,74,26); }
div.DivClassName
{
background-color: #504A1A;
}
.BgClassName
{
background-color: #504A1A;
}
</style>
border-color css
<style>
span { border-color: #504A1A; }
span { border-color: rgb(80,74,26); }
td.TdClassName
{
border-color: #504A1A;
}
.TagClassName
{
border-color: #504A1A;
}
</style>