#40392B

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

Shades of Birch #40392B

Tints of Birch #40392B

Color information

#40392B (or 0x40392B) is unknown color: approx Birch. HEX triplet: 40, 39 and 2B. RGB value is (64,57,43). Sum of RGB (Red+Green+Blue) = 64+57+43=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #40392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40392B is #BFC6D4. Grayscale: #393939. Windows color (decimal): -12568277 or 2832704. OLE color: 2832704.

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

Color convert

RGB645743-
CMYK00.110.330.75
HSL40º19.63%20.98%-
HSV(B)40º32.81%25.1%-
XYZ4.014.192.88-
YUV57.5119.82132.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=39.02%
G=34.76%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64574300.110.330.754019.6320.98
Hex40392B0B214B281415
Octal100715301341113502425
Binary10000001110011010110101110000110010111010001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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