#403D2F

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

Shades of Woodrush #403D2F

Tints of Woodrush #403D2F

Color information

#403D2F (or 0x403D2F) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 2F. RGB value is (64,61,47). Sum of RGB (Red+Green+Blue) = 64+61+47=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D2F is #BFC2D0. Grayscale: #3C3C3C. Windows color (decimal): -12567249 or 3095872. OLE color: 3095872.

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

Color convert

RGB646147-
CMYK00.050.270.75
HSL49.41º15.32%21.76%-
HSV(B)49.41º26.56%25.1%-
XYZ4.34.633.36-
YUV60.3120.49130.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=37.21%
G=35.47%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64614700.050.270.7549.4115.3221.76
Hex403D2F051B4B31f16
Octal10075570533113611726
Binary10000001111011011110101110111001011110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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