Html Css Color HEX #3E3C31 Woodrush

📋 copy color: '#3E3C31'

red 62 ◦ green 60 ◦ blue 49

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

Shades of Woodrush #3E3C31

Tints of Woodrush #3E3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.09%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 36.26%
G = 35.09%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#3E3C31 (or 0x3E3C31) is known color: Woodrush. HEX triplet: 3E, 3C and 31. RGB value is (62,60,49). Sum of RGB (Red+Green+Blue) = 62+60+49=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3C31 is #C1C3CE. Grayscale: #3B3B3B. Windows color (decimal): -12698575 or 3226686. OLE color: 3226686.

HSL color Cylindrical-coordinate representation of color #3E3C31: hue angle of 50.77º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3C31 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 60 49 -
CMYK 0 0.03 0.21 0.76
HSL 50.77º 0.12% 0.22% -
HSV(B) 50.77º 0.21% 0.24% -
XYZ 4.16 4.48 3.55 -
YUV 59.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 62 60 49 0 0.03 0.21 0.76 50.77 0.12 0.22
Hex 3E 3C 31 0 3 15 4C 33 C 16
Octal 76 74 61 0 3 25 114 63 14 26
Binary 111110 111100 110001 0 11 10101 1001100 110011 1100 10110

Color Harmonies of #3E3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3C31

Black with #3E3C31

Text Example


Text Example

White with #3E3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,60,49); }

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

background-color css

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

 a { background-color: rgb(62,60,49); }

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

border-color css

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

 span { border-color: rgb(62,60,49); }

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