Shades of Dell #445C35
Tints of Dell #445C35
RGB
CMYK
RGB Variations
Color information
#445C35 (or 0x445C35) is known color: Dell. HEX triplet: 44, 5C and 35. RGB value is (68,92,53). Sum of RGB (Red+Green+Blue) = 68+92+53=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #445C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C35 is #BBA3CA. Grayscale: #505050. Windows color (decimal): -12297163 or 3497028. OLE color: 3497028.
HSL color Cylindrical-coordinate representation of color #445C35: hue angle of 96.92º 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 #445C35 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 53 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.64 |
| HSL | 96.92º | 0.27% | 0.28% | - |
| HSV(B) | 96.92º | 0.42% | 0.36% | - |
| XYZ | 6.85 | 9.14 | 4.77 | - |
| YUV | 80.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 53 | 0.26 | 0 | 0.42 | 0.64 | 96.92 | 0.27 | 0.28 |
| Hex | 44 | 5C | 35 | 1A | 0 | 2A | 40 | 61 | 1B | 1C |
| Octal | 104 | 134 | 65 | 32 | 0 | 52 | 100 | 141 | 33 | 34 |
| Binary | 1000100 | 1011100 | 110101 | 11010 | 0 | 101010 | 1000000 | 1100001 | 11011 | 11100 |
Color Harmonies of #445C35
Complementary color
Monochromatic Colors of #445C35
Black with #445C35
Text Example
Text Example
White with #445C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C35; }
p { color: rgb(68,92,53); }
H1.HeaderClassName
{
color: #445C35;
}
.AnyTagClassName
{
color: #445C35;
}
</style>
background-color css
<style>
a { background-color: #445C35; }
a { background-color: rgb(68,92,53); }
div.DivClassName
{
background-color: #445C35;
}
.BgClassName
{
background-color: #445C35;
}
</style>
border-color css
<style>
span { border-color: #445C35; }
span { border-color: rgb(68,92,53); }
td.TdClassName
{
border-color: #445C35;
}
.TagClassName
{
border-color: #445C35;
}
</style>