Html Css Color HEX #4E4033 Taupe

📋 copy color: '#4E4033'

red 78 ◦ green 64 ◦ blue 51

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

Shades of Taupe #4E4033

Tints of Taupe #4E4033

RGB

 RED value IS 78 (30.86% from 255) = 40.41%

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 40.41%
G = 33.16%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#4E4033 (or 0x4E4033) is known color: Taupe. HEX triplet: 4E, 40 and 33. RGB value is (78,64,51). Sum of RGB (Red+Green+Blue) = 78+64+51=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4033 is #B1BFCC. Grayscale: #424242. Windows color (decimal): -11648973 or 3358798. OLE color: 3358798.

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

Color convert

RGB 78 64 51 -
CMYK 0 0.18 0.35 0.69
HSL 28.89º 0.21% 0.25% -
HSV(B) 28.89º 0.35% 0.31% -
XYZ 5.57 5.53 3.9 -
YUV 66.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 78 64 51 0 0.18 0.35 0.69 28.89 0.21 0.25
Hex 4E 40 33 0 12 23 45 1D 15 19
Octal 116 100 63 0 22 43 105 35 25 31
Binary 1001110 1000000 110011 0 10010 100011 1000101 11101 10101 11001

Color Harmonies of #4E4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4033

Black with #4E4033

Text Example


Text Example

White with #4E4033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,51); }

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

background-color css

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

 a { background-color: rgb(78,64,51); }

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

border-color css

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

 span { border-color: rgb(78,64,51); }

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