#503B2B

Color #503B2B Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #503B2B

Tints of Taupe #503B2B

Color information

#503B2B (or 0x503B2B) is unknown color: approx Taupe. HEX triplet: 50, 3B and 2B. RGB value is (80,59,43). Sum of RGB (Red+Green+Blue) = 80+59+43=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B2B is #AFC4D4. Grayscale: #3F3F3F. Windows color (decimal): -11519189 or 2833232. OLE color: 2833232.

HSL color Cylindrical-coordinate representation of color #503B2B: hue angle of 25.95º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503B2B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB805943-
CMYK00.260.460.69
HSL25.95º30.08%24.12%-
HSV(B)25.95º46.25%31.37%-
XYZ5.315.012.97-
YUV63.46116.46139.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=43.96%
G=32.42%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80594300.260.460.6925.9530.0824.12
Hex503B2B01A2E451a1e18
Octal120735303256105323630
Binary10100001110111010110110101011101000101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503B2B; }

 p { color: rgb(80,59,43); }

 H1.HeaderClassName
 {
   color: #503B2B;
 }
 .AnyTagClassName
 {
   color: #503B2B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,59,43); }

 div.DivClassName
 {
   background-color: #503B2B;
 }
 .BgClassName
 {
   background-color: #503B2B;
 }
</style>
border-color css

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

 span { border-color: rgb(80,59,43); }

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