Shades of Dell #4D653C
Tints of Dell #4D653C
RGB
CMYK
RGB Variations
Color information
#4D653C (or 0x4D653C) is known color: Dell. HEX triplet: 4D, 65 and 3C. RGB value is (77,101,60). Sum of RGB (Red+Green+Blue) = 77+101+60=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #4D653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D653C is #B29AC3. Grayscale: #595959. Windows color (decimal): -11705028 or 3958093. OLE color: 3958093.
HSL color Cylindrical-coordinate representation of color #4D653C: hue angle of 95.12º degrees, saturation: 0.25, 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 #4D653C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 60 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.60 |
| HSL | 95.12º | 0.25% | 0.32% | - |
| HSV(B) | 95.12º | 0.41% | 0.4% | - |
| XYZ | 8.53 | 11.21 | 5.99 | - |
| YUV | 89.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 60 | 0.24 | 0 | 0.41 | 0.60 | 95.12 | 0.25 | 0.32 |
| Hex | 4D | 65 | 3C | 18 | 0 | 29 | 3C | 5F | 19 | 20 |
| Octal | 115 | 145 | 74 | 30 | 0 | 51 | 74 | 137 | 31 | 40 |
| Binary | 1001101 | 1100101 | 111100 | 11000 | 0 | 101001 | 111100 | 1011111 | 11001 | 100000 |
Color Harmonies of #4D653C
Complementary color
Monochromatic Colors of #4D653C
Black with #4D653C
Text Example
Text Example
White with #4D653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D653C; }
p { color: rgb(77,101,60); }
H1.HeaderClassName
{
color: #4D653C;
}
.AnyTagClassName
{
color: #4D653C;
}
</style>
background-color css
<style>
a { background-color: #4D653C; }
a { background-color: rgb(77,101,60); }
div.DivClassName
{
background-color: #4D653C;
}
.BgClassName
{
background-color: #4D653C;
}
</style>
border-color css
<style>
span { border-color: #4D653C; }
span { border-color: rgb(77,101,60); }
td.TdClassName
{
border-color: #4D653C;
}
.TagClassName
{
border-color: #4D653C;
}
</style>