Shades of Dell #485E39
Tints of Dell #485E39
RGB
CMYK
RGB Variations
Color information
#485E39 (or 0x485E39) is known color: Dell. HEX triplet: 48, 5E and 39. RGB value is (72,94,57). Sum of RGB (Red+Green+Blue) = 72+94+57=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #485E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E39 is #B7A1C6. Grayscale: #535353. Windows color (decimal): -12034503 or 3759688. OLE color: 3759688.
HSL color Cylindrical-coordinate representation of color #485E39: hue angle of 95.68º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485E39 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 57 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.63 |
| HSL | 95.68º | 0.25% | 0.3% | - |
| HSV(B) | 95.68º | 0.39% | 0.37% | - |
| XYZ | 7.41 | 9.68 | 5.35 | - |
| YUV | 83.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 57 | 0.23 | 0 | 0.39 | 0.63 | 95.68 | 0.25 | 0.3 |
| Hex | 48 | 5E | 39 | 17 | 0 | 27 | 3F | 60 | 19 | 1E |
| Octal | 110 | 136 | 71 | 27 | 0 | 47 | 77 | 140 | 31 | 36 |
| Binary | 1001000 | 1011110 | 111001 | 10111 | 0 | 100111 | 111111 | 1100000 | 11001 | 11110 |
Color Harmonies of #485E39
Complementary color
Monochromatic Colors of #485E39
Black with #485E39
Text Example
Text Example
White with #485E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E39; }
p { color: rgb(72,94,57); }
H1.HeaderClassName
{
color: #485E39;
}
.AnyTagClassName
{
color: #485E39;
}
</style>
background-color css
<style>
a { background-color: #485E39; }
a { background-color: rgb(72,94,57); }
div.DivClassName
{
background-color: #485E39;
}
.BgClassName
{
background-color: #485E39;
}
</style>
border-color css
<style>
span { border-color: #485E39; }
span { border-color: rgb(72,94,57); }
td.TdClassName
{
border-color: #485E39;
}
.TagClassName
{
border-color: #485E39;
}
</style>