#3F3E38

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

Shades of Woodrush #3F3E38

Tints of Woodrush #3F3E38

Color information

#3F3E38 (or 0x3F3E38) is unknown color: approx Woodrush. HEX triplet: 3F, 3E and 38. RGB value is (63,62,56). Sum of RGB (Red+Green+Blue) = 63+62+56=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E38 is #C0C1C7. Grayscale: #3D3D3D. Windows color (decimal): -12632520 or 3685951. OLE color: 3685951.

HSL color Cylindrical-coordinate representation of color #3F3E38: hue angle of 51.43º 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 #3F3E38 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB636256-
CMYK00.020.110.75
HSL51.43º5.88%23.33%-
HSV(B)51.43º11.11%24.71%-
XYZ4.494.794.43-
YUV61.61124.83128.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=34.81%
G=34.25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63625600.020.110.7551.435.8823.33
Hex3F3E3802B4B33617
Octal777670021311363627
Binary1111111111101110000101011100101111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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