Html Css Color HEX #4F3E30 Taupe

📋 copy color: '#4F3E30'

red 79 ◦ green 62 ◦ blue 48

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

Shades of Taupe #4F3E30

Tints of Taupe #4F3E30

RGB

 RED value IS 79 (31.25% from 255) = 41.8%

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 41.8%
G = 32.8%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#4F3E30 (or 0x4F3E30) is known color: Taupe. HEX triplet: 4F, 3E and 30. RGB value is (79,62,48). Sum of RGB (Red+Green+Blue) = 79+62+48=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3E30 is #B0C1CF. Grayscale: #414141. Windows color (decimal): -11583952 or 3161679. OLE color: 3161679.

HSL color Cylindrical-coordinate representation of color #4F3E30: hue angle of 27.1º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F3E30 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 62 48 -
CMYK 0 0.22 0.39 0.69
HSL 27.1º 0.24% 0.25% -
HSV(B) 27.1º 0.39% 0.31% -
XYZ 5.48 5.32 3.53 -
YUV 65.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 79 62 48 0 0.22 0.39 0.69 27.1 0.24 0.25
Hex 4F 3E 30 0 16 27 45 1B 18 19
Octal 117 76 60 0 26 47 105 33 30 31
Binary 1001111 111110 110000 0 10110 100111 1000101 11011 11000 11001

Color Harmonies of #4F3E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3E30

Black with #4F3E30

Text Example


Text Example

White with #4F3E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F3E30; }

 p { color: rgb(79,62,48); }

 H1.HeaderClassName
 {
   color: #4F3E30;
 }
 .AnyTagClassName
 {
   color: #4F3E30;
 }
</style>

background-color css

<style>
 a { background-color: #4F3E30; }

 a { background-color: rgb(79,62,48); }

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

border-color css

<style>
 span { border-color: #4F3E30; }

 span { border-color: rgb(79,62,48); }

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