#403E37

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

Shades of Woodrush #403E37

Tints of Woodrush #403E37

Color information

#403E37 (or 0x403E37) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 37. RGB value is (64,62,55). Sum of RGB (Red+Green+Blue) = 64+62+55=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #403E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E37 is #BFC1C8. Grayscale: #3D3D3D. Windows color (decimal): -12566985 or 3620416. OLE color: 3620416.

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

Color convert

RGB646255-
CMYK00.030.140.75
HSL46.67º7.56%23.33%-
HSV(B)46.67º14.06%25.1%-
XYZ4.534.814.3-
YUV61.8124.16129.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=35.36%
G=34.25%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64625500.030.140.7546.677.5623.33
Hex403E3703E4B2f817
Octal10076670316113571027
Binary100000011111011011101111101001011101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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