#403E29

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

Shades of Woodrush #403E29

Tints of Woodrush #403E29

Color information

#403E29 (or 0x403E29) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 29. RGB value is (64,62,41). Sum of RGB (Red+Green+Blue) = 64+62+41=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E29 is #BFC1D6. Grayscale: #3C3C3C. Windows color (decimal): -12566999 or 2702912. OLE color: 2702912.

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

Color convert

RGB646241-
CMYK00.030.360.75
HSL54.78º21.9%20.59%-
HSV(B)54.78º35.94%25.1%-
XYZ4.244.72.78-
YUV60.2117.16130.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=38.32%
G=37.13%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64624100.030.360.7554.7821.920.59
Hex403E2903244B371615
Octal10076510344113672625
Binary100000011111010100101110010010010111101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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