Html Css Color HEX #3E5C27 Dell

📋 copy color: '#3E5C27'

red 62 ◦ green 92 ◦ blue 39

#3E5C27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #3E5C27

Tints of Dell #3E5C27

RGB

 RED value IS 62 (24.61% from 255) = 32.12%

 GREEN value IS 92 (36.33% from 255) = 47.67%

 BLUE value IS 39 (15.63% from 255) = 20.21%

R = 32.12%
G = 47.67%
B = 20.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#3E5C27 (or 0x3E5C27) is known color: Dell. HEX triplet: 3E, 5C and 27. RGB value is (62,92,39). Sum of RGB (Red+Green+Blue) = 62+92+39=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #3E5C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5C27 is #C1A3D8. Grayscale: #4D4D4D. Windows color (decimal): -12690393 or 2579518. OLE color: 2579518.

HSL color Cylindrical-coordinate representation of color #3E5C27: hue angle of 93.96º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E5C27 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 92 39 -
CMYK 0.33 0 0.58 0.64
HSL 93.96º 0.4% 0.26% -
HSV(B) 93.96º 0.58% 0.36% -
XYZ 6.18 8.82 3.3 -
YUV 76.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 62 92 39 0.33 0 0.58 0.64 93.96 0.4 0.26
Hex 3E 5C 27 21 0 3A 40 5E 28 1A
Octal 76 134 47 41 0 72 100 136 50 32
Binary 111110 1011100 100111 100001 0 111010 1000000 1011110 101000 11010

Color Harmonies of #3E5C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5C27

Black with #3E5C27

Text Example


Text Example

White with #3E5C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,92,39); }

 H1.HeaderClassName
 {
   color: #3E5C27;
 }
 .AnyTagClassName
 {
   color: #3E5C27;
 }
</style>

background-color css

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

 a { background-color: rgb(62,92,39); }

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

border-color css

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

 span { border-color: rgb(62,92,39); }

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