#403A2B

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

Shades of Birch #403A2B

Tints of Birch #403A2B

Color information

#403A2B (or 0x403A2B) is unknown color: approx Birch. HEX triplet: 40, 3A and 2B. RGB value is (64,58,43). Sum of RGB (Red+Green+Blue) = 64+58+43=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #403A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A2B is #BFC5D4. Grayscale: #3A3A3A. Windows color (decimal): -12568021 or 2832960. OLE color: 2832960.

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

Color convert

RGB645843-
CMYK00.090.330.75
HSL42.86º19.63%20.98%-
HSV(B)42.86º32.81%25.1%-
XYZ4.064.292.9-
YUV58.08119.49132.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=38.79%
G=35.15%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64584300.090.330.7542.8619.6320.98
Hex403A2B09214B2b1415
Octal100725301141113532425
Binary10000001110101010110100110000110010111010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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