#3F3B2A

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

Shades of Woodrush #3F3B2A

Tints of Woodrush #3F3B2A

Color information

#3F3B2A (or 0x3F3B2A) is unknown color: approx Woodrush. HEX triplet: 3F, 3B and 2A. RGB value is (63,59,42). Sum of RGB (Red+Green+Blue) = 63+59+42=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B2A is #C0C4D5. Grayscale: #3A3A3A. Windows color (decimal): -12633302 or 2767679. OLE color: 2767679.

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

Color convert

RGB635942-
CMYK00.060.330.75
HSL48.57º20%20.59%-
HSV(B)48.57º33.33%24.71%-
XYZ4.034.352.82-
YUV58.26118.83131.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.41%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=38.41%
G=35.98%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63594200.060.330.7548.572020.59
Hex3F3B2A06214B311415
Octal7773520641113612425
Binary111111111011101010011010000110010111100011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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