#403D2C

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

Shades of Woodrush #403D2C

Tints of Woodrush #403D2C

Color information

#403D2C (or 0x403D2C) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 2C. RGB value is (64,61,44). Sum of RGB (Red+Green+Blue) = 64+61+44=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D2C is #BFC2D3. Grayscale: #3C3C3C. Windows color (decimal): -12567252 or 2899264. OLE color: 2899264.

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

Color convert

RGB646144-
CMYK00.050.310.75
HSL51º18.52%21.18%-
HSV(B)51º31.25%25.1%-
XYZ4.244.613.05-
YUV59.96118.99130.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=37.87%
G=36.09%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64614400.050.310.755118.5221.18
Hex403D2C051F4B331315
Octal10075540537113632325
Binary100000011110110110001011111110010111100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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