#3F3B25

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

Shades of Woodrush #3F3B25

Tints of Woodrush #3F3B25

Color information

#3F3B25 (or 0x3F3B25) is unknown color: approx Woodrush. HEX triplet: 3F, 3B and 25. RGB value is (63,59,37). Sum of RGB (Red+Green+Blue) = 63+59+37=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B25 is #C0C4DA. Grayscale: #393939. Windows color (decimal): -12633307 or 2439999. OLE color: 2439999.

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

Color convert

RGB635937-
CMYK00.060.410.75
HSL50.77º26%19.61%-
HSV(B)50.77º41.27%24.71%-
XYZ3.954.322.38-
YUV57.69116.33131.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.62%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=39.62%
G=37.11%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63593700.060.410.7550.772619.61
Hex3F3B2506294B331a14
Octal7773450651113633224
Binary111111111011100101011010100110010111100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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