Shades of Dell #3D5A2A
Tints of Dell #3D5A2A
RGB
CMYK
RGB Variations
Color information
#3D5A2A (or 0x3D5A2A) is known color: Dell. HEX triplet: 3D, 5A and 2A. RGB value is (61,90,42). Sum of RGB (Red+Green+Blue) = 61+90+42=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #3D5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5A2A is #C2A5D5. Grayscale: #4C4C4C. Windows color (decimal): -12756438 or 2775613. OLE color: 2775613.
HSL color Cylindrical-coordinate representation of color #3D5A2A: hue angle of 96.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D5A2A is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 90 | 42 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.65 |
| HSL | 96.25º | 0.36% | 0.26% | - |
| HSV(B) | 96.25º | 0.53% | 0.35% | - |
| XYZ | 6 | 8.47 | 3.51 | - |
| YUV | 75.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 90 | 42 | 0.32 | 0 | 0.53 | 0.65 | 96.25 | 0.36 | 0.26 |
| Hex | 3D | 5A | 2A | 20 | 0 | 35 | 41 | 60 | 24 | 1A |
| Octal | 75 | 132 | 52 | 40 | 0 | 65 | 101 | 140 | 44 | 32 |
| Binary | 111101 | 1011010 | 101010 | 100000 | 0 | 110101 | 1000001 | 1100000 | 100100 | 11010 |
Color Harmonies of #3D5A2A
Complementary color
Monochromatic Colors of #3D5A2A
Black with #3D5A2A
Text Example
Text Example
White with #3D5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5A2A; }
p { color: rgb(61,90,42); }
H1.HeaderClassName
{
color: #3D5A2A;
}
.AnyTagClassName
{
color: #3D5A2A;
}
</style>
background-color css
<style>
a { background-color: #3D5A2A; }
a { background-color: rgb(61,90,42); }
div.DivClassName
{
background-color: #3D5A2A;
}
.BgClassName
{
background-color: #3D5A2A;
}
</style>
border-color css
<style>
span { border-color: #3D5A2A; }
span { border-color: rgb(61,90,42); }
td.TdClassName
{
border-color: #3D5A2A;
}
.TagClassName
{
border-color: #3D5A2A;
}
</style>