#40392D

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

Shades of Birch #40392D

Tints of Birch #40392D

Color information

#40392D (or 0x40392D) is unknown color: approx Birch. HEX triplet: 40, 39 and 2D. RGB value is (64,57,45). Sum of RGB (Red+Green+Blue) = 64+57+45=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 64 - color contains mainly: red. Hex color #40392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40392D is #BFC6D2. Grayscale: #393939. Windows color (decimal): -12568275 or 2963776. OLE color: 2963776.

HSL color Cylindrical-coordinate representation of color #40392D: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40392D is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB645745-
CMYK00.110.300.75
HSL37.89º17.43%21.37%-
HSV(B)37.89º29.69%25.1%-
XYZ4.054.213.08-
YUV57.72120.82132.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=38.55%
G=34.34%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64574500.110.300.7537.8917.4321.37
Hex40392D0B1E4B261115
Octal100715501336113462125
Binary1000000111001101101010111111010010111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40392D; }

 p { color: rgb(64,57,45); }

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

<style>
 a { background-color: #40392D; }

 a { background-color: rgb(64,57,45); }

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

<style>
 span { border-color: #40392D; }

 span { border-color: rgb(64,57,45); }

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