Shades of Dell #4D6B32
Tints of Dell #4D6B32
RGB
CMYK
RGB Variations
Color information
#4D6B32 (or 0x4D6B32) is known color: Dell. HEX triplet: 4D, 6B and 32. RGB value is (77,107,50). Sum of RGB (Red+Green+Blue) = 77+107+50=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B32 is #B294CD. Grayscale: #5B5B5B. Windows color (decimal): -11703502 or 3304269. OLE color: 3304269.
HSL color Cylindrical-coordinate representation of color #4D6B32: hue angle of 91.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D6B32 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 50 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.58 |
| HSL | 91.58º | 0.36% | 0.31% | - |
| HSV(B) | 91.58º | 0.53% | 0.42% | - |
| XYZ | 8.89 | 12.32 | 4.93 | - |
| YUV | 91.53 | 104.56 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 50 | 0.28 | 0 | 0.53 | 0.58 | 91.58 | 0.36 | 0.31 |
| Hex | 4D | 6B | 32 | 1C | 0 | 35 | 3A | 5C | 24 | 1F |
| Octal | 115 | 153 | 62 | 34 | 0 | 65 | 72 | 134 | 44 | 37 |
| Binary | 1001101 | 1101011 | 110010 | 11100 | 0 | 110101 | 111010 | 1011100 | 100100 | 11111 |
Color Harmonies of #4D6B32
Complementary color
Monochromatic Colors of #4D6B32
Black with #4D6B32
Text Example
Text Example
White with #4D6B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B32; }
p { color: rgb(77,107,50); }
H1.HeaderClassName
{
color: #4D6B32;
}
.AnyTagClassName
{
color: #4D6B32;
}
</style>
background-color css
<style>
a { background-color: #4D6B32; }
a { background-color: rgb(77,107,50); }
div.DivClassName
{
background-color: #4D6B32;
}
.BgClassName
{
background-color: #4D6B32;
}
</style>
border-color css
<style>
span { border-color: #4D6B32; }
span { border-color: rgb(77,107,50); }
td.TdClassName
{
border-color: #4D6B32;
}
.TagClassName
{
border-color: #4D6B32;
}
</style>