#3F3831

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

Shades of Taupe #3F3831

Tints of Taupe #3F3831

Color information

#3F3831 (or 0x3F3831) is unknown color: approx Taupe. HEX triplet: 3F, 38 and 31. RGB value is (63,56,49). Sum of RGB (Red+Green+Blue) = 63+56+49=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3831 is #C0C7CE. Grayscale: #393939. Windows color (decimal): -12634063 or 3225663. OLE color: 3225663.

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

Color convert

RGB635649-
CMYK00.110.220.75
HSL30º12.5%21.96%-
HSV(B)30º22.22%24.71%-
XYZ4.024.113.49-
YUV57.3123.32132.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.5%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=37.5%
G=33.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63564900.110.220.753012.521.96
Hex3F38310B164B1ec16
Octal77706101326113361426
Binary1111111110001100010101110110100101111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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