#403E2D

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

Shades of Woodrush #403E2D

Tints of Woodrush #403E2D

Color information

#403E2D (or 0x403E2D) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 2D. RGB value is (64,62,45). Sum of RGB (Red+Green+Blue) = 64+62+45=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E2D is #BFC1D2. Grayscale: #3C3C3C. Windows color (decimal): -12566995 or 2965056. OLE color: 2965056.

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

Color convert

RGB646245-
CMYK00.030.300.75
HSL53.68º17.43%21.37%-
HSV(B)53.68º29.69%25.1%-
XYZ4.314.723.17-
YUV60.66119.16130.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=37.43%
G=36.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64624500.030.300.7553.6817.4321.37
Hex403E2D031E4B361115
Octal10076550336113662125
Binary10000001111101011010111111010010111101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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