Shades of Dell #4D5F39
Tints of Dell #4D5F39
RGB
CMYK
RGB Variations
Color information
#4D5F39 (or 0x4D5F39) is known color: Dell. HEX triplet: 4D, 5F and 39. RGB value is (77,95,57). Sum of RGB (Red+Green+Blue) = 77+95+57=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F39 is #B2A0C6. Grayscale: #555555. Windows color (decimal): -11706567 or 3759949. OLE color: 3759949.
HSL color Cylindrical-coordinate representation of color #4D5F39: hue angle of 88.42º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D5F39 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 95 | 57 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.63 |
| HSL | 88.42º | 0.25% | 0.3% | - |
| HSV(B) | 88.42º | 0.4% | 0.37% | - |
| XYZ | 7.89 | 10.06 | 5.4 | - |
| YUV | 85.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 57 | 0.19 | 0 | 0.40 | 0.63 | 88.42 | 0.25 | 0.3 |
| Hex | 4D | 5F | 39 | 13 | 0 | 28 | 3F | 58 | 19 | 1E |
| Octal | 115 | 137 | 71 | 23 | 0 | 50 | 77 | 130 | 31 | 36 |
| Binary | 1001101 | 1011111 | 111001 | 10011 | 0 | 101000 | 111111 | 1011000 | 11001 | 11110 |
Color Harmonies of #4D5F39
Complementary color
Monochromatic Colors of #4D5F39
Black with #4D5F39
Text Example
Text Example
White with #4D5F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F39; }
p { color: rgb(77,95,57); }
H1.HeaderClassName
{
color: #4D5F39;
}
.AnyTagClassName
{
color: #4D5F39;
}
</style>
background-color css
<style>
a { background-color: #4D5F39; }
a { background-color: rgb(77,95,57); }
div.DivClassName
{
background-color: #4D5F39;
}
.BgClassName
{
background-color: #4D5F39;
}
</style>
border-color css
<style>
span { border-color: #4D5F39; }
span { border-color: rgb(77,95,57); }
td.TdClassName
{
border-color: #4D5F39;
}
.TagClassName
{
border-color: #4D5F39;
}
</style>