#3F3E37

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

Shades of Woodrush #3F3E37

Tints of Woodrush #3F3E37

Color information

#3F3E37 (or 0x3F3E37) is unknown color: approx Woodrush. HEX triplet: 3F, 3E and 37. RGB value is (63,62,55). Sum of RGB (Red+Green+Blue) = 63+62+55=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E37 is #C0C1C8. Grayscale: #3D3D3D. Windows color (decimal): -12632521 or 3620415. OLE color: 3620415.

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

Color convert

RGB636255-
CMYK00.020.130.75
HSL52.5º6.78%23.14%-
HSV(B)52.5º12.7%24.71%-
XYZ4.464.784.3-
YUV61.5124.33129.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=35%
G=34.44%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63625500.020.130.7552.56.7823.14
Hex3F3E3702D4B34717
Octal777667021511364727
Binary1111111111101101110101101100101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3E37; }

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

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

<style>
 a { background-color: #3F3E37; }

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

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

<style>
 span { border-color: #3F3E37; }

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

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