#503A2E

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

Shades of Paco #503A2E

Tints of Paco #503A2E

Color information

#503A2E (or 0x503A2E) is unknown color: approx Paco. HEX triplet: 50, 3A and 2E. RGB value is (80,58,46). Sum of RGB (Red+Green+Blue) = 80+58+46=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A2E is #AFC5D1. Grayscale: #3F3F3F. Windows color (decimal): -11519442 or 3029584. OLE color: 3029584.

HSL color Cylindrical-coordinate representation of color #503A2E: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503A2E is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB805846-
CMYK00.280.420.69
HSL21.18º26.98%24.71%-
HSV(B)21.18º42.5%31.37%-
XYZ5.314.933.26-
YUV63.21118.29139.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 46 (18.36% from 255) = 25%
R=43.48%
G=31.52%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80584600.280.420.6921.1826.9824.71
Hex503A2E01C2A45151b19
Octal120725603452105253331
Binary10100001110101011100111001010101000101101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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