#403D2E

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

Shades of Woodrush #403D2E

Tints of Woodrush #403D2E

Color information

#403D2E (or 0x403D2E) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 2E. RGB value is (64,61,46). Sum of RGB (Red+Green+Blue) = 64+61+46=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #403D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D2E is #BFC2D1. Grayscale: #3C3C3C. Windows color (decimal): -12567250 or 3030336. OLE color: 3030336.

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

Color convert

RGB646146-
CMYK00.050.280.75
HSL50º16.36%21.57%-
HSV(B)50º28.12%25.1%-
XYZ4.284.623.25-
YUV60.19119.99130.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=37.43%
G=35.67%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64614600.050.280.755016.3621.57
Hex403D2E051C4B321016
Octal10075560534113622026
Binary100000011110110111001011110010010111100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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