Html Css Color HEX #504032 Taupe

📋 copy color: '#504032'

red 80 ◦ green 64 ◦ blue 50

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

Shades of Taupe #504032

Tints of Taupe #504032

RGB

 RED value IS 80 (31.64% from 255) = 41.24%

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 41.24%
G = 32.99%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#504032 (or 0x504032) is known color: Taupe. HEX triplet: 50, 40 and 32. RGB value is (80,64,50). Sum of RGB (Red+Green+Blue) = 80+64+50=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #504032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504032 is #AFBFCD. Grayscale: #434343. Windows color (decimal): -11517902 or 3293264. OLE color: 3293264.

HSL color Cylindrical-coordinate representation of color #504032: hue angle of 28º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504032 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 64 50 -
CMYK 0 0.20 0.37 0.69
HSL 28º 0.23% 0.25% -
HSV(B) 28º 0.38% 0.31% -
XYZ 5.72 5.6 3.8 -
YUV 67.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 80 64 50 0 0.20 0.37 0.69 28 0.23 0.25
Hex 50 40 32 0 14 25 45 1C 17 19
Octal 120 100 62 0 24 45 105 34 27 31
Binary 1010000 1000000 110010 0 10100 100101 1000101 11100 10111 11001

Color Harmonies of #504032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504032

Black with #504032

Text Example


Text Example

White with #504032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504032; }

 p { color: rgb(80,64,50); }

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

background-color css

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

 a { background-color: rgb(80,64,50); }

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

border-color css

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

 span { border-color: rgb(80,64,50); }

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