Shades of Dell #4C603C
Tints of Dell #4C603C
RGB
CMYK
RGB Variations
Color information
#4C603C (or 0x4C603C) is known color: Dell. HEX triplet: 4C, 60 and 3C. RGB value is (76,96,60). Sum of RGB (Red+Green+Blue) = 76+96+60=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #4C603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C603C is #B39FC3. Grayscale: #565656. Windows color (decimal): -11771844 or 3956812. OLE color: 3956812.
HSL color Cylindrical-coordinate representation of color #4C603C: 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.38%. Process color model (Four color, CMYK) of #4C603C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 96 | 60 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.62 |
| HSL | 93.33º | 0.23% | 0.31% | - |
| HSV(B) | 93.33º | 0.38% | 0.38% | - |
| XYZ | 7.98 | 10.23 | 5.83 | - |
| YUV | 85.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 96 | 60 | 0.21 | 0 | 0.38 | 0.62 | 93.33 | 0.23 | 0.31 |
| Hex | 4C | 60 | 3C | 15 | 0 | 26 | 3E | 5D | 17 | 1F |
| Octal | 114 | 140 | 74 | 25 | 0 | 46 | 76 | 135 | 27 | 37 |
| Binary | 1001100 | 1100000 | 111100 | 10101 | 0 | 100110 | 111110 | 1011101 | 10111 | 11111 |
Color Harmonies of #4C603C
Complementary color
Monochromatic Colors of #4C603C
Black with #4C603C
Text Example
Text Example
White with #4C603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C603C; }
p { color: rgb(76,96,60); }
H1.HeaderClassName
{
color: #4C603C;
}
.AnyTagClassName
{
color: #4C603C;
}
</style>
background-color css
<style>
a { background-color: #4C603C; }
a { background-color: rgb(76,96,60); }
div.DivClassName
{
background-color: #4C603C;
}
.BgClassName
{
background-color: #4C603C;
}
</style>
border-color css
<style>
span { border-color: #4C603C; }
span { border-color: rgb(76,96,60); }
td.TdClassName
{
border-color: #4C603C;
}
.TagClassName
{
border-color: #4C603C;
}
</style>