#403E30

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

Shades of Woodrush #403E30

Tints of Woodrush #403E30

Color information

#403E30 (or 0x403E30) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 30. RGB value is (64,62,48). Sum of RGB (Red+Green+Blue) = 64+62+48=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E30 is #BFC1CF. Grayscale: #3D3D3D. Windows color (decimal): -12566992 or 3161664. OLE color: 3161664.

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

Color convert

RGB646248-
CMYK00.030.250.75
HSL52.5º14.29%21.96%-
HSV(B)52.5º25%25.1%-
XYZ4.374.753.48-
YUV61120.66130.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=36.78%
G=35.63%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64624800.030.250.7552.514.2921.96
Hex403E3003194B34e16
Octal10076600331113641626
Binary1000000111110110000011110011001011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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