#403E2B

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

Shades of Woodrush #403E2B

Tints of Woodrush #403E2B

Color information

#403E2B (or 0x403E2B) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 2B. RGB value is (64,62,43). Sum of RGB (Red+Green+Blue) = 64+62+43=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E2B is #BFC1D4. Grayscale: #3C3C3C. Windows color (decimal): -12566997 or 2833984. OLE color: 2833984.

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

Color convert

RGB646243-
CMYK00.030.330.75
HSL54.29º19.63%20.98%-
HSV(B)54.29º32.81%25.1%-
XYZ4.274.712.97-
YUV60.43118.16130.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 62 (24.61% from 255) = 36.69%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=37.87%
G=36.69%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64624300.030.330.7554.2919.6320.98
Hex403E2B03214B361415
Octal10076530341113662425
Binary100000011111010101101110000110010111101101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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