Shades of Bronze Olive #50480B
Tints of Bronze Olive #50480B
RGB
CMYK
RGB Variations
Color information
#50480B (or 0x50480B) is known color: Bronze Olive. HEX triplet: 50, 48 and 0B. RGB value is (80,72,11). Sum of RGB (Red+Green+Blue) = 80+72+11=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #50480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50480B is #AFB7F4. Grayscale: #434343. Windows color (decimal): -11515893 or 739408. OLE color: 739408.
HSL color Cylindrical-coordinate representation of color #50480B: hue angle of 53.04º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50480B is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 11 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.69 |
| HSL | 53.04º | 0.76% | 0.18% | - |
| HSV(B) | 53.04º | 0.86% | 0.31% | - |
| XYZ | 5.69 | 6.36 | 1.25 | - |
| YUV | 67.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 11 | 0 | 0.10 | 0.86 | 0.69 | 53.04 | 0.76 | 0.18 |
| Hex | 50 | 48 | B | 0 | A | 56 | 45 | 35 | 4C | 12 |
| Octal | 120 | 110 | 13 | 0 | 12 | 126 | 105 | 65 | 114 | 22 |
| Binary | 1010000 | 1001000 | 1011 | 0 | 1010 | 1010110 | 1000101 | 110101 | 1001100 | 10010 |
Color Harmonies of #50480B
Complementary color
Monochromatic Colors of #50480B
Black with #50480B
Text Example
Text Example
White with #50480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50480B; }
p { color: rgb(80,72,11); }
H1.HeaderClassName
{
color: #50480B;
}
.AnyTagClassName
{
color: #50480B;
}
</style>
background-color css
<style>
a { background-color: #50480B; }
a { background-color: rgb(80,72,11); }
div.DivClassName
{
background-color: #50480B;
}
.BgClassName
{
background-color: #50480B;
}
</style>
border-color css
<style>
span { border-color: #50480B; }
span { border-color: rgb(80,72,11); }
td.TdClassName
{
border-color: #50480B;
}
.TagClassName
{
border-color: #50480B;
}
</style>