Shades of Dell #405C2B
Tints of Dell #405C2B
RGB
CMYK
RGB Variations
Color information
#405C2B (or 0x405C2B) is known color: Dell. HEX triplet: 40, 5C and 2B. RGB value is (64,92,43). Sum of RGB (Red+Green+Blue) = 64+92+43=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 92 - color contains mainly: green. Hex color #405C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C2B is #BFA3D4. Grayscale: #4E4E4E. Windows color (decimal): -12559317 or 2841664. OLE color: 2841664.
HSL color Cylindrical-coordinate representation of color #405C2B: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405C2B is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 43 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.64 |
| HSL | 94.29º | 0.36% | 0.26% | - |
| HSV(B) | 94.29º | 0.53% | 0.36% | - |
| XYZ | 6.38 | 8.92 | 3.67 | - |
| YUV | 78.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 43 | 0.30 | 0 | 0.53 | 0.64 | 94.29 | 0.36 | 0.26 |
| Hex | 40 | 5C | 2B | 1E | 0 | 35 | 40 | 5E | 24 | 1A |
| Octal | 100 | 134 | 53 | 36 | 0 | 65 | 100 | 136 | 44 | 32 |
| Binary | 1000000 | 1011100 | 101011 | 11110 | 0 | 110101 | 1000000 | 1011110 | 100100 | 11010 |
Color Harmonies of #405C2B
Complementary color
Monochromatic Colors of #405C2B
Black with #405C2B
Text Example
Text Example
White with #405C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C2B; }
p { color: rgb(64,92,43); }
H1.HeaderClassName
{
color: #405C2B;
}
.AnyTagClassName
{
color: #405C2B;
}
</style>
background-color css
<style>
a { background-color: #405C2B; }
a { background-color: rgb(64,92,43); }
div.DivClassName
{
background-color: #405C2B;
}
.BgClassName
{
background-color: #405C2B;
}
</style>
border-color css
<style>
span { border-color: #405C2B; }
span { border-color: rgb(64,92,43); }
td.TdClassName
{
border-color: #405C2B;
}
.TagClassName
{
border-color: #405C2B;
}
</style>