Shades of Bronze Olive #50470D
Tints of Bronze Olive #50470D
RGB
CMYK
RGB Variations
Color information
#50470D (or 0x50470D) is known color: Bronze Olive. HEX triplet: 50, 47 and 0D. RGB value is (80,71,13). Sum of RGB (Red+Green+Blue) = 80+71+13=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #50470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50470D is #AFB8F2. Grayscale: #434343. Windows color (decimal): -11516147 or 870224. OLE color: 870224.
HSL color Cylindrical-coordinate representation of color #50470D: hue angle of 51.94º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50470D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 71 | 13 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.69 |
| HSL | 51.94º | 0.72% | 0.18% | - |
| HSV(B) | 51.94º | 0.84% | 0.31% | - |
| XYZ | 5.63 | 6.24 | 1.29 | - |
| YUV | 67.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 13 | 0 | 0.11 | 0.84 | 0.69 | 51.94 | 0.72 | 0.18 |
| Hex | 50 | 47 | D | 0 | B | 54 | 45 | 34 | 48 | 12 |
| Octal | 120 | 107 | 15 | 0 | 13 | 124 | 105 | 64 | 110 | 22 |
| Binary | 1010000 | 1000111 | 1101 | 0 | 1011 | 1010100 | 1000101 | 110100 | 1001000 | 10010 |
Color Harmonies of #50470D
Complementary color
Monochromatic Colors of #50470D
Black with #50470D
Text Example
Text Example
White with #50470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50470D; }
p { color: rgb(80,71,13); }
H1.HeaderClassName
{
color: #50470D;
}
.AnyTagClassName
{
color: #50470D;
}
</style>
background-color css
<style>
a { background-color: #50470D; }
a { background-color: rgb(80,71,13); }
div.DivClassName
{
background-color: #50470D;
}
.BgClassName
{
background-color: #50470D;
}
</style>
border-color css
<style>
span { border-color: #50470D; }
span { border-color: rgb(80,71,13); }
td.TdClassName
{
border-color: #50470D;
}
.TagClassName
{
border-color: #50470D;
}
</style>