Html Css Color HEX #3F3A34 Taupe

📋 copy color: '#3F3A34'

red 63 ◦ green 58 ◦ blue 52

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

Shades of Taupe #3F3A34

Tints of Taupe #3F3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 36.42%
G = 33.53%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#3F3A34 (or 0x3F3A34) is known color: Taupe. HEX triplet: 3F, 3A and 34. RGB value is (63,58,52). Sum of RGB (Red+Green+Blue) = 63+58+52=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A34 is #C0C5CB. Grayscale: #3A3A3A. Windows color (decimal): -12633548 or 3422783. OLE color: 3422783.

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

Color convert

RGB 63 58 52 -
CMYK 0 0.08 0.17 0.75
HSL 32.73º 0.1% 0.23% -
HSV(B) 32.73º 0.17% 0.25% -
XYZ 4.18 4.33 3.86 -
YUV 58.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 63 58 52 0 0.08 0.17 0.75 32.73 0.1 0.23
Hex 3F 3A 34 0 8 11 4B 21 A 17
Octal 77 72 64 0 10 21 113 41 12 27
Binary 111111 111010 110100 0 1000 10001 1001011 100001 1010 10111

Color Harmonies of #3F3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A34

Black with #3F3A34

Text Example


Text Example

White with #3F3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3A34;
 }
 .AnyTagClassName
 {
   color: #3F3A34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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