Html Css Color HEX #3F3C38 Taupe

📋 copy color: '#3F3C38'

red 63 ◦ green 60 ◦ blue 56

#3F3C38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Taupe #3F3C38

Tints of Taupe #3F3C38

RGB

 RED value IS 63 (25% from 255) = 35.2%

 GREEN value IS 60 (23.83% from 255) = 33.52%

 BLUE value IS 56 (22.27% from 255) = 31.28%

R = 35.2%
G = 33.52%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#3F3C38 (or 0x3F3C38) is known color: 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

RGB 63 60 56 -
CMYK 0 0.05 0.11 0.75
HSL 34.29º 0.06% 0.23% -
HSV(B) 34.29º 0.11% 0.25% -
XYZ 4.38 4.57 4.39 -
YUV 60.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 63 60 56 0 0.05 0.11 0.75 34.29 0.06 0.23
Hex 3F 3C 38 0 5 B 4B 22 6 17
Octal 77 74 70 0 5 13 113 42 6 27
Binary 111111 111100 111000 0 101 1011 1001011 100010 110 10111

Color Harmonies of #3F3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C38

Black with #3F3C38

Text Example


Text Example

White with #3F3C38

Text Example


Text Example

HTML Codes & Css Web 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>