#3F3A2E

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

Shades of Birch #3F3A2E

Tints of Birch #3F3A2E

Color information

#3F3A2E (or 0x3F3A2E) is unknown color: approx Birch. HEX triplet: 3F, 3A and 2E. RGB value is (63,58,46). Sum of RGB (Red+Green+Blue) = 63+58+46=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A2E is #C0C5D1. Grayscale: #3A3A3A. Windows color (decimal): -12633554 or 3029567. OLE color: 3029567.

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

Color convert

RGB635846-
CMYK00.080.270.75
HSL42.35º15.6%21.37%-
HSV(B)42.35º26.98%24.71%-
XYZ4.064.283.2-
YUV58.13121.16131.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.72%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=37.72%
G=34.73%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63584600.080.270.7542.3515.621.37
Hex3F3A2E081B4B2a1015
Octal77725601033113522025
Binary111111111010101110010001101110010111010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,46); }

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

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

 a { background-color: rgb(63,58,46); }

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

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

 span { border-color: rgb(63,58,46); }

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