#3F3C22

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

Shades of Woodrush #3F3C22

Tints of Woodrush #3F3C22

Color information

#3F3C22 (or 0x3F3C22) is unknown color: approx Woodrush. HEX triplet: 3F, 3C and 22. RGB value is (63,60,34). Sum of RGB (Red+Green+Blue) = 63+60+34=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C22 is #C0C3DD. Grayscale: #3A3A3A. Windows color (decimal): -12633054 or 2243647. OLE color: 2243647.

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

Color convert

RGB636034-
CMYK00.050.460.75
HSL53.79º29.9%19.02%-
HSV(B)53.79º46.03%24.71%-
XYZ3.954.42.16-
YUV57.93114.49131.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=40.13%
G=38.22%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63603400.050.460.7553.7929.919.02
Hex3F3C22052E4B361e13
Octal7774420556113663623
Binary111111111100100010010110111010010111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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