#403F35

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

Shades of Woodrush #403F35

Tints of Woodrush #403F35

Color information

#403F35 (or 0x403F35) is unknown color: approx Woodrush. HEX triplet: 40, 3F and 35. RGB value is (64,63,53). Sum of RGB (Red+Green+Blue) = 64+63+53=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #403F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F35 is #BFC0CA. Grayscale: #3E3E3E. Windows color (decimal): -12566731 or 3489600. OLE color: 3489600.

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

Color convert

RGB646353-
CMYK00.020.170.75
HSL54.55º9.4%22.94%-
HSV(B)54.55º17.19%25.1%-
XYZ4.534.94.08-
YUV62.16122.83129.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 63 (25% from 255) = 35%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=35.56%
G=35%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64635300.020.170.7554.559.422.94
Hex403F3502114B37917
Octal10077650221113671127
Binary1000000111111110101010100011001011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,63,53); }

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

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

 a { background-color: rgb(64,63,53); }

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

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

 span { border-color: rgb(64,63,53); }

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