#403A29

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

Shades of Birch #403A29

Tints of Birch #403A29

Color information

#403A29 (or 0x403A29) is unknown color: approx Birch. HEX triplet: 40, 3A and 29. RGB value is (64,58,41). Sum of RGB (Red+Green+Blue) = 64+58+41=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A29 is #BFC5D6. Grayscale: #393939. Windows color (decimal): -12568023 or 2701888. OLE color: 2701888.

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

Color convert

RGB645841-
CMYK00.090.360.75
HSL44.35º21.9%20.59%-
HSV(B)44.35º35.94%25.1%-
XYZ4.034.282.71-
YUV57.86118.49132.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=39.26%
G=35.58%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64584100.090.360.7544.3521.920.59
Hex403A2909244B2c1615
Octal100725101144113542625
Binary10000001110101010010100110010010010111011001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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