Shades of Dell #4D613D
Tints of Dell #4D613D
RGB
CMYK
RGB Variations
Color information
#4D613D (or 0x4D613D) is known color: Dell. HEX triplet: 4D, 61 and 3D. RGB value is (77,97,61). Sum of RGB (Red+Green+Blue) = 77+97+61=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #4D613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D613D is #B29EC2. Grayscale: #575757. Windows color (decimal): -11706051 or 4022605. OLE color: 4022605.
HSL color Cylindrical-coordinate representation of color #4D613D: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D613D is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 61 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.62 |
| HSL | 93.33º | 0.23% | 0.31% | - |
| HSV(B) | 93.33º | 0.37% | 0.38% | - |
| XYZ | 8.18 | 10.46 | 6 | - |
| YUV | 86.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 61 | 0.21 | 0 | 0.37 | 0.62 | 93.33 | 0.23 | 0.31 |
| Hex | 4D | 61 | 3D | 15 | 0 | 25 | 3E | 5D | 17 | 1F |
| Octal | 115 | 141 | 75 | 25 | 0 | 45 | 76 | 135 | 27 | 37 |
| Binary | 1001101 | 1100001 | 111101 | 10101 | 0 | 100101 | 111110 | 1011101 | 10111 | 11111 |
Color Harmonies of #4D613D
Complementary color
Monochromatic Colors of #4D613D
Black with #4D613D
Text Example
Text Example
White with #4D613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D613D; }
p { color: rgb(77,97,61); }
H1.HeaderClassName
{
color: #4D613D;
}
.AnyTagClassName
{
color: #4D613D;
}
</style>
background-color css
<style>
a { background-color: #4D613D; }
a { background-color: rgb(77,97,61); }
div.DivClassName
{
background-color: #4D613D;
}
.BgClassName
{
background-color: #4D613D;
}
</style>
border-color css
<style>
span { border-color: #4D613D; }
span { border-color: rgb(77,97,61); }
td.TdClassName
{
border-color: #4D613D;
}
.TagClassName
{
border-color: #4D613D;
}
</style>