#403E32

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

Shades of Woodrush #403E32

Tints of Woodrush #403E32

Color information

#403E32 (or 0x403E32) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 32. RGB value is (64,62,50). Sum of RGB (Red+Green+Blue) = 64+62+50=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #403E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E32 is #BFC1CD. Grayscale: #3D3D3D. Windows color (decimal): -12566990 or 3292736. OLE color: 3292736.

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

Color convert

RGB646250-
CMYK00.030.220.75
HSL51.43º12.28%22.35%-
HSV(B)51.43º21.88%25.1%-
XYZ4.414.773.7-
YUV61.23121.66129.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 62 (24.61% from 255) = 35.23%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=36.36%
G=35.23%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64625000.030.220.7551.4312.2822.35
Hex403E3203164B33c16
Octal10076620326113631426
Binary1000000111110110010011101101001011110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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