Shades of Dell #4D683A
Tints of Dell #4D683A
RGB
CMYK
RGB Variations
Color information
#4D683A (or 0x4D683A) is known color: Dell. HEX triplet: 4D, 68 and 3A. RGB value is (77,104,58). Sum of RGB (Red+Green+Blue) = 77+104+58=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #4D683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D683A is #B297C5. Grayscale: #5A5A5A. Windows color (decimal): -11704262 or 3827789. OLE color: 3827789.
HSL color Cylindrical-coordinate representation of color #4D683A: hue angle of 95.22º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D683A is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 58 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.59 |
| HSL | 95.22º | 0.28% | 0.32% | - |
| HSV(B) | 95.22º | 0.44% | 0.41% | - |
| XYZ | 8.77 | 11.78 | 5.82 | - |
| YUV | 90.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 58 | 0.26 | 0 | 0.44 | 0.59 | 95.22 | 0.28 | 0.32 |
| Hex | 4D | 68 | 3A | 1A | 0 | 2C | 3B | 5F | 1C | 20 |
| Octal | 115 | 150 | 72 | 32 | 0 | 54 | 73 | 137 | 34 | 40 |
| Binary | 1001101 | 1101000 | 111010 | 11010 | 0 | 101100 | 111011 | 1011111 | 11100 | 100000 |
Color Harmonies of #4D683A
Complementary color
Monochromatic Colors of #4D683A
Black with #4D683A
Text Example
Text Example
White with #4D683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D683A; }
p { color: rgb(77,104,58); }
H1.HeaderClassName
{
color: #4D683A;
}
.AnyTagClassName
{
color: #4D683A;
}
</style>
background-color css
<style>
a { background-color: #4D683A; }
a { background-color: rgb(77,104,58); }
div.DivClassName
{
background-color: #4D683A;
}
.BgClassName
{
background-color: #4D683A;
}
</style>
border-color css
<style>
span { border-color: #4D683A; }
span { border-color: rgb(77,104,58); }
td.TdClassName
{
border-color: #4D683A;
}
.TagClassName
{
border-color: #4D683A;
}
</style>