#3F3725

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

Shades of Birch #3F3725

Tints of Birch #3F3725

Color information

#3F3725 (or 0x3F3725) is unknown color: approx Birch. HEX triplet: 3F, 37 and 25. RGB value is (63,55,37). Sum of RGB (Red+Green+Blue) = 63+55+37=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3725 is #C0C8DA. Grayscale: #373737. Windows color (decimal): -12634331 or 2438975. OLE color: 2438975.

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

Color convert

RGB635537-
CMYK00.130.410.75
HSL41.54º26%19.61%-
HSV(B)41.54º41.27%24.71%-
XYZ3.753.922.31-
YUV55.34117.65133.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.65%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=40.65%
G=35.48%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63553700.130.410.7541.542619.61
Hex3F37250D294B2a1a14
Octal77674501551113523224
Binary1111111101111001010110110100110010111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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