Shades of Bronze Olive #50471A
Tints of Bronze Olive #50471A
RGB
CMYK
RGB Variations
Color information
#50471A (or 0x50471A) is known color: Bronze Olive. HEX triplet: 50, 47 and 1A. RGB value is (80,71,26). Sum of RGB (Red+Green+Blue) = 80+71+26=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50471A is #AFB8E5. Grayscale: #444444. Windows color (decimal): -11516134 or 1722192. OLE color: 1722192.
HSL color Cylindrical-coordinate representation of color #50471A: hue angle of 50º 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 #50471A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 26 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.69 |
| HSL | 50º | 0.51% | 0.21% | - |
| HSV(B) | 50º | 0.68% | 0.31% | - |
| XYZ | 5.75 | 6.29 | 1.89 | - |
| YUV | 68.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 26 | 0 | 0.11 | 0.67 | 0.69 | 50 | 0.51 | 0.21 |
| Hex | 50 | 47 | 1A | 0 | B | 43 | 45 | 32 | 33 | 15 |
| Octal | 120 | 107 | 32 | 0 | 13 | 103 | 105 | 62 | 63 | 25 |
| Binary | 1010000 | 1000111 | 11010 | 0 | 1011 | 1000011 | 1000101 | 110010 | 110011 | 10101 |
Color Harmonies of #50471A
Complementary color
Monochromatic Colors of #50471A
Black with #50471A
Text Example
Text Example
White with #50471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50471A; }
p { color: rgb(80,71,26); }
H1.HeaderClassName
{
color: #50471A;
}
.AnyTagClassName
{
color: #50471A;
}
</style>
background-color css
<style>
a { background-color: #50471A; }
a { background-color: rgb(80,71,26); }
div.DivClassName
{
background-color: #50471A;
}
.BgClassName
{
background-color: #50471A;
}
</style>
border-color css
<style>
span { border-color: #50471A; }
span { border-color: rgb(80,71,26); }
td.TdClassName
{
border-color: #50471A;
}
.TagClassName
{
border-color: #50471A;
}
</style>