#403E34

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

Shades of Woodrush #403E34

Tints of Woodrush #403E34

Color information

#403E34 (or 0x403E34) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 34. RGB value is (64,62,52). Sum of RGB (Red+Green+Blue) = 64+62+52=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #403E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E34 is #BFC1CB. Grayscale: #3D3D3D. Windows color (decimal): -12566988 or 3423808. OLE color: 3423808.

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

Color convert

RGB646252-
CMYK00.030.190.75
HSL50º10.34%22.75%-
HSV(B)50º18.75%25.1%-
XYZ4.464.783.94-
YUV61.46122.66129.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 62 (24.61% from 255) = 34.83%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=35.96%
G=34.83%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64625200.030.190.755010.3422.75
Hex403E3403134B32a17
Octal10076640323113621227
Binary1000000111110110100011100111001011110010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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