#403A2D

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

Shades of Birch #403A2D

Tints of Birch #403A2D

Color information

#403A2D (or 0x403A2D) is unknown color: approx Birch. HEX triplet: 40, 3A and 2D. RGB value is (64,58,45). Sum of RGB (Red+Green+Blue) = 64+58+45=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A2D is #BFC5D2. Grayscale: #3A3A3A. Windows color (decimal): -12568019 or 2964032. OLE color: 2964032.

HSL color Cylindrical-coordinate representation of color #403A2D: hue angle of 41.05º 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 #403A2D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB645845-
CMYK00.090.300.75
HSL41.05º17.43%21.37%-
HSV(B)41.05º29.69%25.1%-
XYZ4.14.313.1-
YUV58.31120.49132.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=38.32%
G=34.73%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64584500.090.300.7541.0517.4321.37
Hex403A2D091E4B291115
Octal100725501136113512125
Binary1000000111010101101010011111010010111010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A2D; }

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

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

<style>
 a { background-color: #403A2D; }

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

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

<style>
 span { border-color: #403A2D; }

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

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