#403D22

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

Shades of Woodrush #403D22

Tints of Woodrush #403D22

Color information

#403D22 (or 0x403D22) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 22. RGB value is (64,61,34). Sum of RGB (Red+Green+Blue) = 64+61+34=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #403D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D22 is #BFC2DD. Grayscale: #3A3A3A. Windows color (decimal): -12567262 or 2243904. OLE color: 2243904.

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

Color convert

RGB646134-
CMYK00.050.470.75
HSL54º30.61%19.22%-
HSV(B)54º46.88%25.1%-
XYZ4.074.542.18-
YUV58.82113.99131.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 61 (24.22% from 255) = 38.36%
BLUE value IS 34 (13.67% from 255) = 21.38%
R=40.25%
G=38.36%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64613400.050.470.755430.6119.22
Hex403D22052F4B361f13
Octal10075420557113663723
Binary1000000111101100010010110111110010111101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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