#3F3C24

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

Shades of Woodrush #3F3C24

Tints of Woodrush #3F3C24

Color information

#3F3C24 (or 0x3F3C24) is unknown color: approx Woodrush. HEX triplet: 3F, 3C and 24. RGB value is (63,60,36). Sum of RGB (Red+Green+Blue) = 63+60+36=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C24 is #C0C3DB. Grayscale: #3A3A3A. Windows color (decimal): -12633052 or 2374719. OLE color: 2374719.

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

Color convert

RGB636036-
CMYK00.050.430.75
HSL53.33º27.27%19.41%-
HSV(B)53.33º42.86%24.71%-
XYZ3.984.422.31-
YUV58.16115.49131.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 60 (23.83% from 255) = 37.74%
BLUE value IS 36 (14.45% from 255) = 22.64%
R=39.62%
G=37.74%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63603600.050.430.7553.3327.2719.41
Hex3F3C24052B4B351b13
Octal7774440553113653323
Binary111111111100100100010110101110010111101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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