Shades of Dell #485C35
Tints of Dell #485C35
RGB
CMYK
RGB Variations
Color information
#485C35 (or 0x485C35) is known color: Dell. HEX triplet: 48, 5C and 35. RGB value is (72,92,53). Sum of RGB (Red+Green+Blue) = 72+92+53=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #485C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C35 is #B7A3CA. Grayscale: #515151. Windows color (decimal): -12035019 or 3497032. OLE color: 3497032.
HSL color Cylindrical-coordinate representation of color #485C35: hue angle of 90.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485C35 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 53 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.64 |
| HSL | 90.77º | 0.27% | 0.28% | - |
| HSV(B) | 90.77º | 0.42% | 0.36% | - |
| XYZ | 7.14 | 9.29 | 4.78 | - |
| YUV | 81.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 53 | 0.22 | 0 | 0.42 | 0.64 | 90.77 | 0.27 | 0.28 |
| Hex | 48 | 5C | 35 | 16 | 0 | 2A | 40 | 5B | 1B | 1C |
| Octal | 110 | 134 | 65 | 26 | 0 | 52 | 100 | 133 | 33 | 34 |
| Binary | 1001000 | 1011100 | 110101 | 10110 | 0 | 101010 | 1000000 | 1011011 | 11011 | 11100 |
Color Harmonies of #485C35
Complementary color
Monochromatic Colors of #485C35
Black with #485C35
Text Example
Text Example
White with #485C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C35; }
p { color: rgb(72,92,53); }
H1.HeaderClassName
{
color: #485C35;
}
.AnyTagClassName
{
color: #485C35;
}
</style>
background-color css
<style>
a { background-color: #485C35; }
a { background-color: rgb(72,92,53); }
div.DivClassName
{
background-color: #485C35;
}
.BgClassName
{
background-color: #485C35;
}
</style>
border-color css
<style>
span { border-color: #485C35; }
span { border-color: rgb(72,92,53); }
td.TdClassName
{
border-color: #485C35;
}
.TagClassName
{
border-color: #485C35;
}
</style>