#403D26

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

Shades of Woodrush #403D26

Tints of Woodrush #403D26

Color information

#403D26 (or 0x403D26) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 26. RGB value is (64,61,38). Sum of RGB (Red+Green+Blue) = 64+61+38=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D26 is #BFC2D9. Grayscale: #3B3B3B. Windows color (decimal): -12567258 or 2506048. OLE color: 2506048.

HSL color Cylindrical-coordinate representation of color #403D26: hue angle of 53.08º 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 #403D26 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB646138-
CMYK00.050.410.75
HSL53.08º25.49%20%-
HSV(B)53.08º40.62%25.1%-
XYZ4.134.572.5-
YUV59.28115.99131.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=39.26%
G=37.42%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64613800.050.410.7553.0825.4920
Hex403D2605294B351914
Octal10075460551113653124
Binary1000000111101100110010110100110010111101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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