#3F3C38

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

Shades of Taupe #3F3C38

Tints of Taupe #3F3C38

Color information

#3F3C38 (or 0x3F3C38) is unknown color: approx Taupe. HEX triplet: 3F, 3C and 38. RGB value is (63,60,56). Sum of RGB (Red+Green+Blue) = 63+60+56=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 60 (23.83% from 255 or 33.52% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C38 is #C0C3C7. Grayscale: #3C3C3C. Windows color (decimal): -12633032 or 3685439. OLE color: 3685439.

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

Color convert

RGB636056-
CMYK00.050.110.75
HSL34.29º5.88%23.33%-
HSV(B)34.29º11.11%24.71%-
XYZ4.384.574.39-
YUV60.44125.49129.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 60 (23.83% from 255) = 33.52%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=35.20%
G=33.52%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63605600.050.110.7534.295.8823.33
Hex3F3C3805B4B22617
Octal777470051311342627
Binary11111111110011100001011011100101110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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