#403E26

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

Shades of Woodrush #403E26

Tints of Woodrush #403E26

Color information

#403E26 (or 0x403E26) is unknown color: approx Woodrush. HEX triplet: 40, 3E and 26. RGB value is (64,62,38). Sum of RGB (Red+Green+Blue) = 64+62+38=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 64 - color contains mainly: red. Hex color #403E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E26 is #BFC1D9. Grayscale: #3B3B3B. Windows color (decimal): -12567002 or 2506304. OLE color: 2506304.

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

Color convert

RGB646238-
CMYK00.030.410.75
HSL55.38º25.49%20%-
HSV(B)55.38º40.62%25.1%-
XYZ4.194.682.52-
YUV59.86115.66130.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=39.02%
G=37.80%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64623800.030.410.7555.3825.4920
Hex403E2603294B371914
Octal10076460351113673124
Binary100000011111010011001110100110010111101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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