#3F3C2E

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

Shades of Woodrush #3F3C2E

Tints of Woodrush #3F3C2E

Color information

#3F3C2E (or 0x3F3C2E) is unknown color: approx Woodrush. HEX triplet: 3F, 3C and 2E. RGB value is (63,60,46). Sum of RGB (Red+Green+Blue) = 63+60+46=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C2E is #C0C3D1. Grayscale: #3B3B3B. Windows color (decimal): -12633042 or 3030079. OLE color: 3030079.

HSL color Cylindrical-coordinate representation of color #3F3C2E: hue angle of 49.41º 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 #3F3C2E is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB636046-
CMYK00.050.270.75
HSL49.41º15.6%21.37%-
HSV(B)49.41º26.98%24.71%-
XYZ4.164.493.23-
YUV59.3120.49130.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=37.28%
G=35.50%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63604600.050.270.7549.4115.621.37
Hex3F3C2E051B4B311015
Octal7774560533113612025
Binary11111111110010111001011101110010111100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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