#3F3B32

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

Shades of Birch #3F3B32

Tints of Birch #3F3B32

Color information

#3F3B32 (or 0x3F3B32) is unknown color: approx Birch. HEX triplet: 3F, 3B and 32. RGB value is (63,59,50). Sum of RGB (Red+Green+Blue) = 63+59+50=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3B32 is #C0C4CD. Grayscale: #3B3B3B. Windows color (decimal): -12633294 or 3291967. OLE color: 3291967.

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

Color convert

RGB635950-
CMYK00.060.210.75
HSL41.54º11.5%22.16%-
HSV(B)41.54º20.63%24.71%-
XYZ4.194.413.65-
YUV59.17122.83130.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=36.63%
G=34.30%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63595000.060.210.7541.5411.522.16
Hex3F3B3206154B2ac16
Octal7773620625113521426
Binary1111111110111100100110101011001011101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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