#3E392B

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

Shades of Birch #3E392B

Tints of Birch #3E392B

Color information

#3E392B (or 0x3E392B) is unknown color: approx Birch. HEX triplet: 3E, 39 and 2B. RGB value is (62,57,43). Sum of RGB (Red+Green+Blue) = 62+57+43=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 62 - color contains mainly: red. Hex color #3E392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E392B is #C1C6D4. Grayscale: #383838. Windows color (decimal): -12699349 or 2832702. OLE color: 2832702.

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

Color convert

RGB625743-
CMYK00.080.310.76
HSL44.21º18.1%20.59%-
HSV(B)44.21º30.65%24.31%-
XYZ3.894.122.88-
YUV56.9120.16131.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.27%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=38.27%
G=35.19%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62574300.080.310.7644.2118.120.59
Hex3E392B081F4C2c1215
Octal76715301037114542225
Binary111110111001101011010001111110011001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,43); }

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

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

 a { background-color: rgb(62,57,43); }

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

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

 span { border-color: rgb(62,57,43); }

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