#3E382B

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

Shades of Birch #3E382B

Tints of Birch #3E382B

Color information

#3E382B (or 0x3E382B) is unknown color: approx Birch. HEX triplet: 3E, 38 and 2B. RGB value is (62,56,43). Sum of RGB (Red+Green+Blue) = 62+56+43=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E382B is #C1C7D4. Grayscale: #383838. Windows color (decimal): -12699605 or 2832446. OLE color: 2832446.

HSL color Cylindrical-coordinate representation of color #3E382B: hue angle of 41.05º 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 #3E382B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB625643-
CMYK00.100.310.76
HSL41.05º18.1%20.59%-
HSV(B)41.05º30.65%24.31%-
XYZ3.844.032.86-
YUV56.31120.49132.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=38.51%
G=34.78%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62564300.100.310.7641.0518.120.59
Hex3E382B0A1F4C291215
Octal76705301237114512225
Binary111110111000101011010101111110011001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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