#3F3D38

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

Shades of Woodrush #3F3D38

Tints of Woodrush #3F3D38

Color information

#3F3D38 (or 0x3F3D38) is unknown color: approx Woodrush. HEX triplet: 3F, 3D and 38. RGB value is (63,61,56). Sum of RGB (Red+Green+Blue) = 63+61+56=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D38 is #C0C2C7. Grayscale: #3D3D3D. Windows color (decimal): -12632776 or 3685695. OLE color: 3685695.

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

Color convert

RGB636156-
CMYK00.030.110.75
HSL42.86º5.88%23.33%-
HSV(B)42.86º11.11%24.71%-
XYZ4.434.684.41-
YUV61.03125.16129.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=35%
G=33.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63615600.030.110.7542.865.8823.33
Hex3F3D3803B4B2b617
Octal777570031311353627
Binary1111111111011110000111011100101110101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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