Shades of Bronze Olive #50461D
Tints of Bronze Olive #50461D
RGB
CMYK
RGB Variations
Color information
#50461D (or 0x50461D) is known color: Bronze Olive. HEX triplet: 50, 46 and 1D. RGB value is (80,70,29). Sum of RGB (Red+Green+Blue) = 80+70+29=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50461D is #AFB9E2. Grayscale: #444444. Windows color (decimal): -11516387 or 1918544. OLE color: 1918544.
HSL color Cylindrical-coordinate representation of color #50461D: hue angle of 48.24º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50461D is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 29 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.69 |
| HSL | 48.24º | 0.47% | 0.21% | - |
| HSV(B) | 48.24º | 0.64% | 0.31% | - |
| XYZ | 5.72 | 6.17 | 2.05 | - |
| YUV | 68.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 29 | 0 | 0.12 | 0.64 | 0.69 | 48.24 | 0.47 | 0.21 |
| Hex | 50 | 46 | 1D | 0 | C | 40 | 45 | 30 | 2F | 15 |
| Octal | 120 | 106 | 35 | 0 | 14 | 100 | 105 | 60 | 57 | 25 |
| Binary | 1010000 | 1000110 | 11101 | 0 | 1100 | 1000000 | 1000101 | 110000 | 101111 | 10101 |
Color Harmonies of #50461D
Complementary color
Monochromatic Colors of #50461D
Black with #50461D
Text Example
Text Example
White with #50461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50461D; }
p { color: rgb(80,70,29); }
H1.HeaderClassName
{
color: #50461D;
}
.AnyTagClassName
{
color: #50461D;
}
</style>
background-color css
<style>
a { background-color: #50461D; }
a { background-color: rgb(80,70,29); }
div.DivClassName
{
background-color: #50461D;
}
.BgClassName
{
background-color: #50461D;
}
</style>
border-color css
<style>
span { border-color: #50461D; }
span { border-color: rgb(80,70,29); }
td.TdClassName
{
border-color: #50461D;
}
.TagClassName
{
border-color: #50461D;
}
</style>