#3E572C

Color #3E572C Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3E572C

Tints of Dell #3E572C

Color information

#3E572C (or 0x3E572C) is unknown color: approx Dell. HEX triplet: 3E, 57 and 2C. RGB value is (62,87,44). Sum of RGB (Red+Green+Blue) = 62+87+44=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #3E572C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E572C is #C1A8D3. Grayscale: #4A4A4A. Windows color (decimal): -12691668 or 2905918. OLE color: 2905918.

HSL color Cylindrical-coordinate representation of color #3E572C: hue angle of 94.88º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E572C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB628744-
CMYK0.2900.490.66
HSL94.88º32.82%25.69%-
HSV(B)94.88º49.43%34.12%-
XYZ5.858.023.62-
YUV74.62110.72119-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=32.12%
G=45.08%
B=22.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6287440.2900.490.6694.8832.8225.69
Hex3E572C1D031425f211a
Octal7612754350611021374132
Binary11111010101111011001110101100011000010101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E572C; }

 p { color: rgb(62,87,44); }

 H1.HeaderClassName
 {
   color: #3E572C;
 }
 .AnyTagClassName
 {
   color: #3E572C;
 }
</style>
background-color css

<style>
 a { background-color: #3E572C; }

 a { background-color: rgb(62,87,44); }

 div.DivClassName
 {
   background-color: #3E572C;
 }
 .BgClassName
 {
   background-color: #3E572C;
 }
</style>
border-color css

<style>
 span { border-color: #3E572C; }

 span { border-color: rgb(62,87,44); }

 td.TdClassName
 {
   border-color: #3E572C;
 }
 .TagClassName
 {
   border-color: #3E572C;
 }
</style>