#3F3E3B

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

Shades of Woodrush #3F3E3B

Tints of Woodrush #3F3E3B

Color information

#3F3E3B (or 0x3F3E3B) is unknown color: approx Woodrush. HEX triplet: 3F, 3E and 3B. RGB value is (63,62,59). Sum of RGB (Red+Green+Blue) = 63+62+59=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3E3B is #C0C1C4. Grayscale: #3D3D3D. Windows color (decimal): -12632517 or 3882559. OLE color: 3882559.

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

Color convert

RGB636259-
CMYK00.020.060.75
HSL45º3.28%23.92%-
HSV(B)45º6.35%24.71%-
XYZ4.564.824.83-
YUV61.96126.33128.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 62 (24.61% from 255) = 33.70%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=34.24%
G=33.70%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63625900.020.060.75453.2823.92
Hex3F3E3B0264B2d318
Octal77767302611355330
Binary11111111111011101101011010010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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