Shades of Dell #50673D
Tints of Dell #50673D
RGB
CMYK
RGB Variations
Color information
#50673D (or 0x50673D) is known color: Dell. HEX triplet: 50, 67 and 3D. RGB value is (80,103,61). Sum of RGB (Red+Green+Blue) = 80+103+61=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #50673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673D is #AF98C2. Grayscale: #5B5B5B. Windows color (decimal): -11507907 or 4024144. OLE color: 4024144.
HSL color Cylindrical-coordinate representation of color #50673D: hue angle of 92.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50673D is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 61 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.60 |
| HSL | 92.86º | 0.26% | 0.32% | - |
| HSV(B) | 92.86º | 0.41% | 0.4% | - |
| XYZ | 9 | 11.74 | 6.21 | - |
| YUV | 91.34 | 110.88 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 61 | 0.22 | 0 | 0.41 | 0.60 | 92.86 | 0.26 | 0.32 |
| Hex | 50 | 67 | 3D | 16 | 0 | 29 | 3C | 5D | 1A | 20 |
| Octal | 120 | 147 | 75 | 26 | 0 | 51 | 74 | 135 | 32 | 40 |
| Binary | 1010000 | 1100111 | 111101 | 10110 | 0 | 101001 | 111100 | 1011101 | 11010 | 100000 |
Color Harmonies of #50673D
Complementary color
Monochromatic Colors of #50673D
Black with #50673D
Text Example
Text Example
White with #50673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50673D; }
p { color: rgb(80,103,61); }
H1.HeaderClassName
{
color: #50673D;
}
.AnyTagClassName
{
color: #50673D;
}
</style>
background-color css
<style>
a { background-color: #50673D; }
a { background-color: rgb(80,103,61); }
div.DivClassName
{
background-color: #50673D;
}
.BgClassName
{
background-color: #50673D;
}
</style>
border-color css
<style>
span { border-color: #50673D; }
span { border-color: rgb(80,103,61); }
td.TdClassName
{
border-color: #50673D;
}
.TagClassName
{
border-color: #50673D;
}
</style>