Shades of Dell #485D32
Tints of Dell #485D32
RGB
CMYK
RGB Variations
Color information
#485D32 (or 0x485D32) is known color: Dell. HEX triplet: 48, 5D and 32. RGB value is (72,93,50). Sum of RGB (Red+Green+Blue) = 72+93+50=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #485D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D32 is #B7A2CD. Grayscale: #515151. Windows color (decimal): -12034766 or 3300680. OLE color: 3300680.
HSL color Cylindrical-coordinate representation of color #485D32: hue angle of 89.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485D32 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 50 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.64 |
| HSL | 89.3º | 0.3% | 0.28% | - |
| HSV(B) | 89.3º | 0.46% | 0.36% | - |
| XYZ | 7.16 | 9.44 | 4.46 | - |
| YUV | 81.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 50 | 0.23 | 0 | 0.46 | 0.64 | 89.3 | 0.3 | 0.28 |
| Hex | 48 | 5D | 32 | 17 | 0 | 2E | 40 | 59 | 1E | 1C |
| Octal | 110 | 135 | 62 | 27 | 0 | 56 | 100 | 131 | 36 | 34 |
| Binary | 1001000 | 1011101 | 110010 | 10111 | 0 | 101110 | 1000000 | 1011001 | 11110 | 11100 |
Color Harmonies of #485D32
Complementary color
Monochromatic Colors of #485D32
Black with #485D32
Text Example
Text Example
White with #485D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D32; }
p { color: rgb(72,93,50); }
H1.HeaderClassName
{
color: #485D32;
}
.AnyTagClassName
{
color: #485D32;
}
</style>
background-color css
<style>
a { background-color: #485D32; }
a { background-color: rgb(72,93,50); }
div.DivClassName
{
background-color: #485D32;
}
.BgClassName
{
background-color: #485D32;
}
</style>
border-color css
<style>
span { border-color: #485D32; }
span { border-color: rgb(72,93,50); }
td.TdClassName
{
border-color: #485D32;
}
.TagClassName
{
border-color: #485D32;
}
</style>