#3F3D37

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

Shades of Woodrush #3F3D37

Tints of Woodrush #3F3D37

Color information

#3F3D37 (or 0x3F3D37) is unknown color: approx Woodrush. HEX triplet: 3F, 3D and 37. RGB value is (63,61,55). Sum of RGB (Red+Green+Blue) = 63+61+55=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D37 is #C0C2C8. Grayscale: #3C3C3C. Windows color (decimal): -12632777 or 3620159. OLE color: 3620159.

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

Color convert

RGB636155-
CMYK00.030.130.75
HSL45º6.78%23.14%-
HSV(B)45º12.7%24.71%-
XYZ4.414.674.28-
YUV60.91124.66129.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=35.20%
G=34.08%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63615500.030.130.75456.7823.14
Hex3F3D3703D4B2d717
Octal777567031511355727
Binary1111111111011101110111101100101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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