Shades of Dell #4D673D
Tints of Dell #4D673D
RGB
CMYK
RGB Variations
Color information
#4D673D (or 0x4D673D) is known color: Dell. HEX triplet: 4D, 67 and 3D. RGB value is (77,103,61). Sum of RGB (Red+Green+Blue) = 77+103+61=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #4D673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D673D is #B298C2. Grayscale: #5A5A5A. Windows color (decimal): -11704515 or 4024141. OLE color: 4024141.
HSL color Cylindrical-coordinate representation of color #4D673D: hue angle of 97.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D673D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 61 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.60 |
| HSL | 97.14º | 0.26% | 0.32% | - |
| HSV(B) | 97.14º | 0.41% | 0.4% | - |
| XYZ | 8.75 | 11.62 | 6.2 | - |
| YUV | 90.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 61 | 0.25 | 0 | 0.41 | 0.60 | 97.14 | 0.26 | 0.32 |
| Hex | 4D | 67 | 3D | 19 | 0 | 29 | 3C | 61 | 1A | 20 |
| Octal | 115 | 147 | 75 | 31 | 0 | 51 | 74 | 141 | 32 | 40 |
| Binary | 1001101 | 1100111 | 111101 | 11001 | 0 | 101001 | 111100 | 1100001 | 11010 | 100000 |
Color Harmonies of #4D673D
Complementary color
Monochromatic Colors of #4D673D
Black with #4D673D
Text Example
Text Example
White with #4D673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D673D; }
p { color: rgb(77,103,61); }
H1.HeaderClassName
{
color: #4D673D;
}
.AnyTagClassName
{
color: #4D673D;
}
</style>
background-color css
<style>
a { background-color: #4D673D; }
a { background-color: rgb(77,103,61); }
div.DivClassName
{
background-color: #4D673D;
}
.BgClassName
{
background-color: #4D673D;
}
</style>
border-color css
<style>
span { border-color: #4D673D; }
span { border-color: rgb(77,103,61); }
td.TdClassName
{
border-color: #4D673D;
}
.TagClassName
{
border-color: #4D673D;
}
</style>