#3F3B2E

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

Shades of Woodrush #3F3B2E

Tints of Woodrush #3F3B2E

Color information

#3F3B2E (or 0x3F3B2E) is unknown color: approx Woodrush. HEX triplet: 3F, 3B and 2E. RGB value is (63,59,46). Sum of RGB (Red+Green+Blue) = 63+59+46=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B2E is #C0C4D1. Grayscale: #3A3A3A. Windows color (decimal): -12633298 or 3029823. OLE color: 3029823.

HSL color Cylindrical-coordinate representation of color #3F3B2E: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F3B2E is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB635946-
CMYK00.060.270.75
HSL45.88º15.6%21.37%-
HSV(B)45.88º26.98%24.71%-
XYZ4.114.383.21-
YUV58.71120.83131.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=37.5%
G=35.12%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63594600.060.270.7545.8815.621.37
Hex3F3B2E061B4B2e1015
Octal7773560633113562025
Binary11111111101110111001101101110010111011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,59,46); }

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

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

 a { background-color: rgb(63,59,46); }

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

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

 span { border-color: rgb(63,59,46); }

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