#403D34

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

Shades of Woodrush #403D34

Tints of Woodrush #403D34

Color information

#403D34 (or 0x403D34) is unknown color: approx Woodrush. HEX triplet: 40, 3D and 34. RGB value is (64,61,52). Sum of RGB (Red+Green+Blue) = 64+61+52=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D34 is #BFC2CB. Grayscale: #3C3C3C. Windows color (decimal): -12567244 or 3423552. OLE color: 3423552.

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

Color convert

RGB646152-
CMYK00.050.190.75
HSL45º10.34%22.75%-
HSV(B)45º18.75%25.1%-
XYZ4.44.683.92-
YUV60.87122.99130.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 61 (24.22% from 255) = 34.46%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=36.16%
G=34.46%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64615200.050.190.754510.3422.75
Hex403D3405134B2da17
Octal10075640523113551227
Binary10000001111011101000101100111001011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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