Shades of Dell #445C2C
Tints of Dell #445C2C
RGB
CMYK
RGB Variations
Color information
#445C2C (or 0x445C2C) is known color: Dell. HEX triplet: 44, 5C and 2C. RGB value is (68,92,44). Sum of RGB (Red+Green+Blue) = 68+92+44=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #445C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445C2C is #BBA3D3. Grayscale: #4F4F4F. Windows color (decimal): -12297172 or 2907204. OLE color: 2907204.
HSL color Cylindrical-coordinate representation of color #445C2C: hue angle of 90º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445C2C is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 44 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.64 |
| HSL | 90º | 0.35% | 0.27% | - |
| HSV(B) | 90º | 0.52% | 0.36% | - |
| XYZ | 6.67 | 9.07 | 3.78 | - |
| YUV | 79.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 44 | 0.26 | 0 | 0.52 | 0.64 | 90 | 0.35 | 0.27 |
| Hex | 44 | 5C | 2C | 1A | 0 | 34 | 40 | 5A | 23 | 1B |
| Octal | 104 | 134 | 54 | 32 | 0 | 64 | 100 | 132 | 43 | 33 |
| Binary | 1000100 | 1011100 | 101100 | 11010 | 0 | 110100 | 1000000 | 1011010 | 100011 | 11011 |
Color Harmonies of #445C2C
Complementary color
Monochromatic Colors of #445C2C
Black with #445C2C
Text Example
Text Example
White with #445C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C2C; }
p { color: rgb(68,92,44); }
H1.HeaderClassName
{
color: #445C2C;
}
.AnyTagClassName
{
color: #445C2C;
}
</style>
background-color css
<style>
a { background-color: #445C2C; }
a { background-color: rgb(68,92,44); }
div.DivClassName
{
background-color: #445C2C;
}
.BgClassName
{
background-color: #445C2C;
}
</style>
border-color css
<style>
span { border-color: #445C2C; }
span { border-color: rgb(68,92,44); }
td.TdClassName
{
border-color: #445C2C;
}
.TagClassName
{
border-color: #445C2C;
}
</style>