#3F3C2B

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

Shades of Woodrush #3F3C2B

Tints of Woodrush #3F3C2B

Color information

#3F3C2B (or 0x3F3C2B) is unknown color: approx Woodrush. HEX triplet: 3F, 3C and 2B. RGB value is (63,60,43). Sum of RGB (Red+Green+Blue) = 63+60+43=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C2B is #C0C3D4. Grayscale: #3B3B3B. Windows color (decimal): -12633045 or 2833471. OLE color: 2833471.

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

Color convert

RGB636043-
CMYK00.050.320.75
HSL51º18.87%20.78%-
HSV(B)51º31.75%24.71%-
XYZ4.14.462.93-
YUV58.96118.99130.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=37.95%
G=36.14%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63604300.050.320.755118.8720.78
Hex3F3C2B05204B331315
Octal7774530540113632325
Binary111111111100101011010110000010010111100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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