Shades of Dell #4D6535
Tints of Dell #4D6535
RGB
CMYK
RGB Variations
Color information
#4D6535 (or 0x4D6535) is known color: Dell. HEX triplet: 4D, 65 and 35. RGB value is (77,101,53). Sum of RGB (Red+Green+Blue) = 77+101+53=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6535 is #B29ACA. Grayscale: #585858. Windows color (decimal): -11705035 or 3499341. OLE color: 3499341.
HSL color Cylindrical-coordinate representation of color #4D6535: hue angle of 90º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D6535 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 53 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.60 |
| HSL | 90º | 0.31% | 0.3% | - |
| HSV(B) | 90º | 0.48% | 0.4% | - |
| XYZ | 8.36 | 11.14 | 5.08 | - |
| YUV | 88.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 53 | 0.24 | 0 | 0.48 | 0.60 | 90 | 0.31 | 0.3 |
| Hex | 4D | 65 | 35 | 18 | 0 | 30 | 3C | 5A | 1F | 1E |
| Octal | 115 | 145 | 65 | 30 | 0 | 60 | 74 | 132 | 37 | 36 |
| Binary | 1001101 | 1100101 | 110101 | 11000 | 0 | 110000 | 111100 | 1011010 | 11111 | 11110 |
Color Harmonies of #4D6535
Complementary color
Monochromatic Colors of #4D6535
Black with #4D6535
Text Example
Text Example
White with #4D6535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6535; }
p { color: rgb(77,101,53); }
H1.HeaderClassName
{
color: #4D6535;
}
.AnyTagClassName
{
color: #4D6535;
}
</style>
background-color css
<style>
a { background-color: #4D6535; }
a { background-color: rgb(77,101,53); }
div.DivClassName
{
background-color: #4D6535;
}
.BgClassName
{
background-color: #4D6535;
}
</style>
border-color css
<style>
span { border-color: #4D6535; }
span { border-color: rgb(77,101,53); }
td.TdClassName
{
border-color: #4D6535;
}
.TagClassName
{
border-color: #4D6535;
}
</style>