#403F3C

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

Shades of Woodrush #403F3C

Tints of Woodrush #403F3C

Color information

#403F3C (or 0x403F3C) is unknown color: approx Woodrush. HEX triplet: 40, 3F and 3C. RGB value is (64,63,60). Sum of RGB (Red+Green+Blue) = 64+63+60=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 64 - color contains mainly: red. Hex color #403F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403F3C is #BFC0C3. Grayscale: #3E3E3E. Windows color (decimal): -12566724 or 3948352. OLE color: 3948352.

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

Color convert

RGB646360-
CMYK00.020.060.75
HSL45º3.23%24.31%-
HSV(B)45º6.25%25.1%-
XYZ4.714.974.99-
YUV62.96126.33128.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=34.22%
G=33.69%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64636000.020.060.75453.2324.31
Hex403F3C0264B2d318
Octal100777402611355330
Binary100000011111111110001011010010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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