Shades of Dell #50673F
Tints of Dell #50673F
RGB
CMYK
RGB Variations
Color information
#50673F (or 0x50673F) is known color: Dell. HEX triplet: 50, 67 and 3F. RGB value is (80,103,63). Sum of RGB (Red+Green+Blue) = 80+103+63=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #50673F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50673F is #AF98C0. Grayscale: #5B5B5B. Windows color (decimal): -11507905 or 4155216. OLE color: 4155216.
HSL color Cylindrical-coordinate representation of color #50673F: hue angle of 94.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50673F is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 63 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.60 |
| HSL | 94.5º | 0.24% | 0.33% | - |
| HSV(B) | 94.5º | 0.39% | 0.4% | - |
| XYZ | 9.06 | 11.76 | 6.5 | - |
| YUV | 91.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 63 | 0.22 | 0 | 0.39 | 0.60 | 94.5 | 0.24 | 0.33 |
| Hex | 50 | 67 | 3F | 16 | 0 | 27 | 3C | 5E | 18 | 21 |
| Octal | 120 | 147 | 77 | 26 | 0 | 47 | 74 | 136 | 30 | 41 |
| Binary | 1010000 | 1100111 | 111111 | 10110 | 0 | 100111 | 111100 | 1011110 | 11000 | 100001 |
Color Harmonies of #50673F
Complementary color
Monochromatic Colors of #50673F
Black with #50673F
Text Example
Text Example
White with #50673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50673F; }
p { color: rgb(80,103,63); }
H1.HeaderClassName
{
color: #50673F;
}
.AnyTagClassName
{
color: #50673F;
}
</style>
background-color css
<style>
a { background-color: #50673F; }
a { background-color: rgb(80,103,63); }
div.DivClassName
{
background-color: #50673F;
}
.BgClassName
{
background-color: #50673F;
}
</style>
border-color css
<style>
span { border-color: #50673F; }
span { border-color: rgb(80,103,63); }
td.TdClassName
{
border-color: #50673F;
}
.TagClassName
{
border-color: #50673F;
}
</style>