#3F3625

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

Shades of Birch #3F3625

Tints of Birch #3F3625

Color information

#3F3625 (or 0x3F3625) is unknown color: approx Birch. HEX triplet: 3F, 36 and 25. RGB value is (63,54,37). Sum of RGB (Red+Green+Blue) = 63+54+37=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3625 is #C0C9DA. Grayscale: #363636. Windows color (decimal): -12634587 or 2438719. OLE color: 2438719.

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

Color convert

RGB635437-
CMYK00.140.410.75
HSL39.23º26%19.61%-
HSV(B)39.23º41.27%24.71%-
XYZ3.73.832.29-
YUV54.75117.98133.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=40.91%
G=35.06%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63543700.140.410.7539.232619.61
Hex3F36250E294B271a14
Octal77664501651113473224
Binary1111111101101001010111010100110010111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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