#3F3D34

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

Shades of Woodrush #3F3D34

Tints of Woodrush #3F3D34

Color information

#3F3D34 (or 0x3F3D34) is unknown color: approx Woodrush. HEX triplet: 3F, 3D and 34. RGB value is (63,61,52). Sum of RGB (Red+Green+Blue) = 63+61+52=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D34 is #C0C2CB. Grayscale: #3C3C3C. Windows color (decimal): -12632780 or 3423551. OLE color: 3423551.

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

Color convert

RGB636152-
CMYK00.030.170.75
HSL49.09º9.57%22.55%-
HSV(B)49.09º17.46%24.71%-
XYZ4.344.643.92-
YUV60.57123.16129.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=35.80%
G=34.66%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63615200.030.170.7549.099.5722.55
Hex3F3D3403114B31a17
Octal7775640321113611227
Binary111111111101110100011100011001011110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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