#504137

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

Shades of Paco #504137

Tints of Paco #504137

Color information

#504137 (or 0x504137) is unknown color: approx Paco. HEX triplet: 50, 41 and 37. RGB value is (80,65,55). Sum of RGB (Red+Green+Blue) = 80+65+55=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #504137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504137 is #AFBEC8. Grayscale: #444444. Windows color (decimal): -11517641 or 3621200. OLE color: 3621200.

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

Color convert

RGB806555-
CMYK00.190.310.69
HSL24º18.52%26.47%-
HSV(B)24º31.25%31.37%-
XYZ5.895.764.42-
YUV68.34120.47136.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=40%
G=32.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80655500.190.310.692418.5226.47
Hex5041370131F4518131a
Octal1201016702337105302332
Binary10100001000001110111010011111111000101110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504137; }

 p { color: rgb(80,65,55); }

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

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

 a { background-color: rgb(80,65,55); }

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

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

 span { border-color: rgb(80,65,55); }

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