#403B2E

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

Shades of Birch #403B2E

Tints of Birch #403B2E

Color information

#403B2E (or 0x403B2E) is unknown color: approx Birch. HEX triplet: 40, 3B and 2E. RGB value is (64,59,46). Sum of RGB (Red+Green+Blue) = 64+59+46=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B2E is #BFC4D1. Grayscale: #3B3B3B. Windows color (decimal): -12567762 or 3029824. OLE color: 3029824.

HSL color Cylindrical-coordinate representation of color #403B2E: hue angle of 43.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #403B2E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB645946-
CMYK00.080.280.75
HSL43.33º16.36%21.57%-
HSV(B)43.33º28.12%25.1%-
XYZ4.174.423.22-
YUV59.01120.66131.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=37.87%
G=34.91%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64594600.080.280.7543.3316.3621.57
Hex403B2E081C4B2b1016
Octal100735601034113532026
Binary1000000111011101110010001110010010111010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,59,46); }

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

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

 a { background-color: rgb(64,59,46); }

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

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

 span { border-color: rgb(64,59,46); }

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