Shades of Bronze Olive #50471E
Tints of Bronze Olive #50471E
RGB
CMYK
RGB Variations
Color information
#50471E (or 0x50471E) is known color: Bronze Olive. HEX triplet: 50, 47 and 1E. RGB value is (80,71,30). Sum of RGB (Red+Green+Blue) = 80+71+30=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471E is #AFB8E1. Grayscale: #454545. Windows color (decimal): -11516130 or 1984336. OLE color: 1984336.
HSL color Cylindrical-coordinate representation of color #50471E: hue angle of 49.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50471E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 30 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.69 |
| HSL | 49.2º | 0.45% | 0.22% | - |
| HSV(B) | 49.2º | 0.63% | 0.31% | - |
| XYZ | 5.8 | 6.31 | 2.14 | - |
| YUV | 69.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 30 | 0 | 0.11 | 0.62 | 0.69 | 49.2 | 0.45 | 0.22 |
| Hex | 50 | 47 | 1E | 0 | B | 3E | 45 | 31 | 2D | 16 |
| Octal | 120 | 107 | 36 | 0 | 13 | 76 | 105 | 61 | 55 | 26 |
| Binary | 1010000 | 1000111 | 11110 | 0 | 1011 | 111110 | 1000101 | 110001 | 101101 | 10110 |
Color Harmonies of #50471E
Complementary color
Monochromatic Colors of #50471E
Black with #50471E
Text Example
Text Example
White with #50471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50471E; }
p { color: rgb(80,71,30); }
H1.HeaderClassName
{
color: #50471E;
}
.AnyTagClassName
{
color: #50471E;
}
</style>
background-color css
<style>
a { background-color: #50471E; }
a { background-color: rgb(80,71,30); }
div.DivClassName
{
background-color: #50471E;
}
.BgClassName
{
background-color: #50471E;
}
</style>
border-color css
<style>
span { border-color: #50471E; }
span { border-color: rgb(80,71,30); }
td.TdClassName
{
border-color: #50471E;
}
.TagClassName
{
border-color: #50471E;
}
</style>