#3F3C28

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

Shades of Woodrush #3F3C28

Tints of Woodrush #3F3C28

Color information

#3F3C28 (or 0x3F3C28) is unknown color: approx Woodrush. HEX triplet: 3F, 3C and 28. RGB value is (63,60,40). Sum of RGB (Red+Green+Blue) = 63+60+40=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C28 is #C0C3D7. Grayscale: #3A3A3A. Windows color (decimal): -12633048 or 2636863. OLE color: 2636863.

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

Color convert

RGB636040-
CMYK00.050.370.75
HSL52.17º22.33%20.2%-
HSV(B)52.17º36.51%24.71%-
XYZ4.054.442.65-
YUV58.62117.49131.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 60 (23.83% from 255) = 36.81%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=38.65%
G=36.81%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63604000.050.370.7552.1722.3320.2
Hex3F3C2805254B341614
Octal7774500545113642624
Binary111111111100101000010110010110010111101001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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