Shades of Bronze Olive #504A1C
Tints of Bronze Olive #504A1C
RGB
CMYK
RGB Variations
Color information
#504A1C (or 0x504A1C) is known color: Bronze Olive. HEX triplet: 50, 4A and 1C. RGB value is (80,74,28). Sum of RGB (Red+Green+Blue) = 80+74+28=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A1C is #AFB5E3. Grayscale: #464646. Windows color (decimal): -11515364 or 1854032. OLE color: 1854032.
HSL color Cylindrical-coordinate representation of color #504A1C: hue angle of 53.08º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504A1C is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 28 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.69 |
| HSL | 53.08º | 0.48% | 0.21% | - |
| HSV(B) | 53.08º | 0.65% | 0.31% | - |
| XYZ | 5.97 | 6.69 | 2.07 | - |
| YUV | 70.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 28 | 0 | 0.08 | 0.65 | 0.69 | 53.08 | 0.48 | 0.21 |
| Hex | 50 | 4A | 1C | 0 | 8 | 41 | 45 | 35 | 30 | 15 |
| Octal | 120 | 112 | 34 | 0 | 10 | 101 | 105 | 65 | 60 | 25 |
| Binary | 1010000 | 1001010 | 11100 | 0 | 1000 | 1000001 | 1000101 | 110101 | 110000 | 10101 |
Color Harmonies of #504A1C
Complementary color
Monochromatic Colors of #504A1C
Black with #504A1C
Text Example
Text Example
White with #504A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A1C; }
p { color: rgb(80,74,28); }
H1.HeaderClassName
{
color: #504A1C;
}
.AnyTagClassName
{
color: #504A1C;
}
</style>
background-color css
<style>
a { background-color: #504A1C; }
a { background-color: rgb(80,74,28); }
div.DivClassName
{
background-color: #504A1C;
}
.BgClassName
{
background-color: #504A1C;
}
</style>
border-color css
<style>
span { border-color: #504A1C; }
span { border-color: rgb(80,74,28); }
td.TdClassName
{
border-color: #504A1C;
}
.TagClassName
{
border-color: #504A1C;
}
</style>