#3F3D2A

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

Shades of Woodrush #3F3D2A

Tints of Woodrush #3F3D2A

Color information

#3F3D2A (or 0x3F3D2A) is unknown color: approx Woodrush. HEX triplet: 3F, 3D and 2A. RGB value is (63,61,42). Sum of RGB (Red+Green+Blue) = 63+61+42=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D2A is #C0C2D5. Grayscale: #3B3B3B. Windows color (decimal): -12632790 or 2768191. OLE color: 2768191.

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

Color convert

RGB636142-
CMYK00.030.330.75
HSL54.29º20%20.59%-
HSV(B)54.29º33.33%24.71%-
XYZ4.144.562.85-
YUV59.43118.16130.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 61 (24.22% from 255) = 36.75%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=37.95%
G=36.75%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63614200.030.330.7554.292020.59
Hex3F3D2A03214B361415
Octal7775520341113662425
Binary11111111110110101001110000110010111101101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,61,42); }

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

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

 a { background-color: rgb(63,61,42); }

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

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

 span { border-color: rgb(63,61,42); }

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