#3E382D

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

Shades of Birch #3E382D

Tints of Birch #3E382D

Color information

#3E382D (or 0x3E382D) is unknown color: approx Birch. HEX triplet: 3E, 38 and 2D. RGB value is (62,56,45). Sum of RGB (Red+Green+Blue) = 62+56+45=163 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.04% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 62 - color contains mainly: red. Hex color #3E382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E382D is #C1C7D2. Grayscale: #383838. Windows color (decimal): -12699603 or 2963518. OLE color: 2963518.

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

Color convert

RGB625645-
CMYK00.100.270.76
HSL38.82º15.89%20.98%-
HSV(B)38.82º27.42%24.31%-
XYZ3.874.043.06-
YUV56.54121.49131.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.04%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=38.04%
G=34.36%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62564500.100.270.7638.8215.8920.98
Hex3E382D0A1B4C271015
Octal76705501233114472025
Binary111110111000101101010101101110011001001111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,45); }

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

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

 a { background-color: rgb(62,56,45); }

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

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

 span { border-color: rgb(62,56,45); }

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