Shades of Dell #4D6436
Tints of Dell #4D6436
RGB
CMYK
RGB Variations
Color information
#4D6436 (or 0x4D6436) is known color: Dell. HEX triplet: 4D, 64 and 36. RGB value is (77,100,54). Sum of RGB (Red+Green+Blue) = 77+100+54=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6436 is #B29BC9. Grayscale: #585858. Windows color (decimal): -11705290 or 3564621. OLE color: 3564621.
HSL color Cylindrical-coordinate representation of color #4D6436: hue angle of 90º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D6436 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 54 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.61 |
| HSL | 90º | 0.3% | 0.3% | - |
| HSV(B) | 90º | 0.46% | 0.39% | - |
| XYZ | 8.28 | 10.96 | 5.17 | - |
| YUV | 87.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 54 | 0.23 | 0 | 0.46 | 0.61 | 90 | 0.3 | 0.3 |
| Hex | 4D | 64 | 36 | 17 | 0 | 2E | 3D | 5A | 1E | 1E |
| Octal | 115 | 144 | 66 | 27 | 0 | 56 | 75 | 132 | 36 | 36 |
| Binary | 1001101 | 1100100 | 110110 | 10111 | 0 | 101110 | 111101 | 1011010 | 11110 | 11110 |
Color Harmonies of #4D6436
Complementary color
Monochromatic Colors of #4D6436
Black with #4D6436
Text Example
Text Example
White with #4D6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6436; }
p { color: rgb(77,100,54); }
H1.HeaderClassName
{
color: #4D6436;
}
.AnyTagClassName
{
color: #4D6436;
}
</style>
background-color css
<style>
a { background-color: #4D6436; }
a { background-color: rgb(77,100,54); }
div.DivClassName
{
background-color: #4D6436;
}
.BgClassName
{
background-color: #4D6436;
}
</style>
border-color css
<style>
span { border-color: #4D6436; }
span { border-color: rgb(77,100,54); }
td.TdClassName
{
border-color: #4D6436;
}
.TagClassName
{
border-color: #4D6436;
}
</style>