Shades of Dell #4D633D
Tints of Dell #4D633D
RGB
CMYK
RGB Variations
Color information
#4D633D (or 0x4D633D) is known color: Dell. HEX triplet: 4D, 63 and 3D. RGB value is (77,99,61). Sum of RGB (Red+Green+Blue) = 77+99+61=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #4D633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D633D is #B29CC2. Grayscale: #585858. Windows color (decimal): -11705539 or 4023117. OLE color: 4023117.
HSL color Cylindrical-coordinate representation of color #4D633D: hue angle of 94.74º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D633D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 61 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.61 |
| HSL | 94.74º | 0.24% | 0.31% | - |
| HSV(B) | 94.74º | 0.38% | 0.39% | - |
| XYZ | 8.36 | 10.84 | 6.07 | - |
| YUV | 88.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 61 | 0.22 | 0 | 0.38 | 0.61 | 94.74 | 0.24 | 0.31 |
| Hex | 4D | 63 | 3D | 16 | 0 | 26 | 3D | 5F | 18 | 1F |
| Octal | 115 | 143 | 75 | 26 | 0 | 46 | 75 | 137 | 30 | 37 |
| Binary | 1001101 | 1100011 | 111101 | 10110 | 0 | 100110 | 111101 | 1011111 | 11000 | 11111 |
Color Harmonies of #4D633D
Complementary color
Monochromatic Colors of #4D633D
Black with #4D633D
Text Example
Text Example
White with #4D633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D633D; }
p { color: rgb(77,99,61); }
H1.HeaderClassName
{
color: #4D633D;
}
.AnyTagClassName
{
color: #4D633D;
}
</style>
background-color css
<style>
a { background-color: #4D633D; }
a { background-color: rgb(77,99,61); }
div.DivClassName
{
background-color: #4D633D;
}
.BgClassName
{
background-color: #4D633D;
}
</style>
border-color css
<style>
span { border-color: #4D633D; }
span { border-color: rgb(77,99,61); }
td.TdClassName
{
border-color: #4D633D;
}
.TagClassName
{
border-color: #4D633D;
}
</style>