#3F3826

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

Shades of Birch #3F3826

Tints of Birch #3F3826

Color information

#3F3826 (or 0x3F3826) is unknown color: approx Birch. HEX triplet: 3F, 38 and 26. RGB value is (63,56,38). Sum of RGB (Red+Green+Blue) = 63+56+38=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3826 is #C0C7D9. Grayscale: #383838. Windows color (decimal): -12634074 or 2504767. OLE color: 2504767.

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

Color convert

RGB635638-
CMYK00.110.400.75
HSL43.2º24.75%19.8%-
HSV(B)43.2º39.68%24.71%-
XYZ3.814.032.41-
YUV56.04117.82132.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=40.13%
G=35.67%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63563800.110.400.7543.224.7519.8
Hex3F38260B284B2b1914
Octal77704601350113533124
Binary1111111110001001100101110100010010111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,56,38); }

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

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

 a { background-color: rgb(63,56,38); }

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

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

 span { border-color: rgb(63,56,38); }

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