Shades of Bronze Olive #50481F
Tints of Bronze Olive #50481F
RGB
CMYK
RGB Variations
Color information
#50481F (or 0x50481F) is known color: Bronze Olive. HEX triplet: 50, 48 and 1F. RGB value is (80,72,31). Sum of RGB (Red+Green+Blue) = 80+72+31=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481F is #AFB7E0. Grayscale: #454545. Windows color (decimal): -11515873 or 2050128. OLE color: 2050128.
HSL color Cylindrical-coordinate representation of color #50481F: hue angle of 50.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50481F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 31 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.69 |
| HSL | 50.2º | 0.44% | 0.22% | - |
| HSV(B) | 50.2º | 0.61% | 0.31% | - |
| XYZ | 5.87 | 6.44 | 2.23 | - |
| YUV | 69.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 31 | 0 | 0.10 | 0.61 | 0.69 | 50.2 | 0.44 | 0.22 |
| Hex | 50 | 48 | 1F | 0 | A | 3D | 45 | 32 | 2C | 16 |
| Octal | 120 | 110 | 37 | 0 | 12 | 75 | 105 | 62 | 54 | 26 |
| Binary | 1010000 | 1001000 | 11111 | 0 | 1010 | 111101 | 1000101 | 110010 | 101100 | 10110 |
Color Harmonies of #50481F
Complementary color
Monochromatic Colors of #50481F
Black with #50481F
Text Example
Text Example
White with #50481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50481F; }
p { color: rgb(80,72,31); }
H1.HeaderClassName
{
color: #50481F;
}
.AnyTagClassName
{
color: #50481F;
}
</style>
background-color css
<style>
a { background-color: #50481F; }
a { background-color: rgb(80,72,31); }
div.DivClassName
{
background-color: #50481F;
}
.BgClassName
{
background-color: #50481F;
}
</style>
border-color css
<style>
span { border-color: #50481F; }
span { border-color: rgb(80,72,31); }
td.TdClassName
{
border-color: #50481F;
}
.TagClassName
{
border-color: #50481F;
}
</style>