Shades of Bronze Olive #50481C
Tints of Bronze Olive #50481C
RGB
CMYK
RGB Variations
Color information
#50481C (or 0x50481C) is known color: Bronze Olive. HEX triplet: 50, 48 and 1C. RGB value is (80,72,28). Sum of RGB (Red+Green+Blue) = 80+72+28=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481C is #AFB7E3. Grayscale: #454545. Windows color (decimal): -11515876 or 1853520. OLE color: 1853520.
HSL color Cylindrical-coordinate representation of color #50481C: hue angle of 50.77º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50481C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 72 | 28 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.69 |
| HSL | 50.77º | 0.48% | 0.21% | - |
| HSV(B) | 50.77º | 0.65% | 0.31% | - |
| XYZ | 5.84 | 6.42 | 2.03 | - |
| YUV | 69.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 28 | 0 | 0.10 | 0.65 | 0.69 | 50.77 | 0.48 | 0.21 |
| Hex | 50 | 48 | 1C | 0 | A | 41 | 45 | 33 | 30 | 15 |
| Octal | 120 | 110 | 34 | 0 | 12 | 101 | 105 | 63 | 60 | 25 |
| Binary | 1010000 | 1001000 | 11100 | 0 | 1010 | 1000001 | 1000101 | 110011 | 110000 | 10101 |
Color Harmonies of #50481C
Complementary color
Monochromatic Colors of #50481C
Black with #50481C
Text Example
Text Example
White with #50481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50481C; }
p { color: rgb(80,72,28); }
H1.HeaderClassName
{
color: #50481C;
}
.AnyTagClassName
{
color: #50481C;
}
</style>
background-color css
<style>
a { background-color: #50481C; }
a { background-color: rgb(80,72,28); }
div.DivClassName
{
background-color: #50481C;
}
.BgClassName
{
background-color: #50481C;
}
</style>
border-color css
<style>
span { border-color: #50481C; }
span { border-color: rgb(80,72,28); }
td.TdClassName
{
border-color: #50481C;
}
.TagClassName
{
border-color: #50481C;
}
</style>