Html Css Color HEX #3E372A Birch

📋 copy color: '#3E372A'

red 62 ◦ green 55 ◦ blue 42

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

Shades of Birch #3E372A

Tints of Birch #3E372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 38.99%
G = 34.59%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#3E372A (or 0x3E372A) is known color: Birch. HEX triplet: 3E, 37 and 2A. RGB value is (62,55,42). Sum of RGB (Red+Green+Blue) = 62+55+42=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 62 - color contains mainly: red. Hex color #3E372A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E372A is #C1C8D5. Grayscale: #373737. Windows color (decimal): -12699862 or 2766654. OLE color: 2766654.

HSL color Cylindrical-coordinate representation of color #3E372A: hue angle of 39º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E372A is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 55 42 -
CMYK 0 0.11 0.32 0.76
HSL 39º 0.19% 0.2% -
HSV(B) 39º 0.32% 0.24% -
XYZ 3.77 3.92 2.75 -
YUV 55.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 62 55 42 0 0.11 0.32 0.76 39 0.19 0.2
Hex 3E 37 2A 0 B 20 4C 27 13 14
Octal 76 67 52 0 13 40 114 47 23 24
Binary 111110 110111 101010 0 1011 100000 1001100 100111 10011 10100

Color Harmonies of #3E372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E372A

Black with #3E372A

Text Example


Text Example

White with #3E372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,55,42); }

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

background-color css

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

 a { background-color: rgb(62,55,42); }

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

border-color css

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

 span { border-color: rgb(62,55,42); }

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