#403C2D

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

Shades of Woodrush #403C2D

Tints of Woodrush #403C2D

Color information

#403C2D (or 0x403C2D) is unknown color: approx Woodrush. HEX triplet: 40, 3C and 2D. RGB value is (64,60,45). Sum of RGB (Red+Green+Blue) = 64+60+45=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C2D is #BFC3D2. Grayscale: #3B3B3B. Windows color (decimal): -12567507 or 2964544. OLE color: 2964544.

HSL color Cylindrical-coordinate representation of color #403C2D: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403C2D is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB646045-
CMYK00.060.300.75
HSL47.37º17.43%21.37%-
HSV(B)47.37º29.69%25.1%-
XYZ4.24.513.13-
YUV59.49119.83131.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=37.87%
G=35.50%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64604500.060.300.7547.3717.4321.37
Hex403C2D061E4B2f1115
Octal10074550636113572125
Binary100000011110010110101101111010010111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,60,45); }

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

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

 a { background-color: rgb(64,60,45); }

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

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

 span { border-color: rgb(64,60,45); }

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