#403F37

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

Shades of Woodrush #403F37

Tints of Woodrush #403F37

Color information

#403F37 (or 0x403F37) is unknown color: approx Woodrush. HEX triplet: 40, 3F and 37. RGB value is (64,63,55). Sum of RGB (Red+Green+Blue) = 64+63+55=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #403F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F37 is #BFC0C8. Grayscale: #3E3E3E. Windows color (decimal): -12566729 or 3620672. OLE color: 3620672.

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

Color convert

RGB646355-
CMYK00.020.140.75
HSL53.33º7.56%23.33%-
HSV(B)53.33º14.06%25.1%-
XYZ4.584.924.32-
YUV62.39123.83129.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=35.16%
G=34.62%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64635500.020.140.7553.337.5623.33
Hex403F3702E4B35817
Octal10077670216113651027
Binary100000011111111011101011101001011110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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