#503A31

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

Shades of Paco #503A31

Tints of Paco #503A31

Color information

#503A31 (or 0x503A31) is unknown color: approx Paco. HEX triplet: 50, 3A and 31. RGB value is (80,58,49). Sum of RGB (Red+Green+Blue) = 80+58+49=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #503A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A31 is #AFC5CE. Grayscale: #3F3F3F. Windows color (decimal): -11519439 or 3226192. OLE color: 3226192.

HSL color Cylindrical-coordinate representation of color #503A31: hue angle of 17.42º 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 #503A31 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB805849-
CMYK00.280.390.69
HSL17.42º24.03%25.29%-
HSV(B)17.42º38.75%31.37%-
XYZ5.384.953.58-
YUV63.55119.79139.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=42.78%
G=31.02%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80584900.280.390.6917.4224.0325.29
Hex503A3101C2745111819
Octal120726103447105213031
Binary10100001110101100010111001001111000101100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,49); }

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

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

 a { background-color: rgb(80,58,49); }

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

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

 span { border-color: rgb(80,58,49); }

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