#403D32

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

Shades of Woodrush #403D32

Tints of Woodrush #403D32

Color information

#403D32 (or 0x403D32) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 32. RGB value is (64,61,50). Sum of RGB (Red+Green+Blue) = 64+61+50=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #403D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D32 is #BFC2CD. Grayscale: #3C3C3C. Windows color (decimal): -12567246 or 3292480. OLE color: 3292480.

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

Color convert

RGB646150-
CMYK00.050.220.75
HSL47.14º12.28%22.35%-
HSV(B)47.14º21.88%25.1%-
XYZ4.364.663.69-
YUV60.64121.99130.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=36.57%
G=34.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64615000.050.220.7547.1412.2822.35
Hex403D3205164B2fc16
Octal10075620526113571426
Binary10000001111011100100101101101001011101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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