#40392A

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

Shades of Birch #40392A

Tints of Birch #40392A

Color information

#40392A (or 0x40392A) is unknown color: approx Birch. HEX triplet: 40, 39 and 2A. RGB value is (64,57,42). Sum of RGB (Red+Green+Blue) = 64+57+42=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #40392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40392A is #BFC6D5. Grayscale: #393939. Windows color (decimal): -12568278 or 2767168. OLE color: 2767168.

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

Color convert

RGB645742-
CMYK00.110.340.75
HSL40.91º20.75%20.78%-
HSV(B)40.91º34.38%25.1%-
XYZ44.182.79-
YUV57.38119.32132.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=39.26%
G=34.97%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64574200.110.340.7540.9120.7520.78
Hex40392A0B224B291515
Octal100715201342113512525
Binary10000001110011010100101110001010010111010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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