#504134

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

Shades of Paco #504134

Tints of Paco #504134

Color information

#504134 (or 0x504134) is unknown color: approx Paco. HEX triplet: 50, 41 and 34. RGB value is (80,65,52). Sum of RGB (Red+Green+Blue) = 80+65+52=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #504134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504134 is #AFBECB. Grayscale: #444444. Windows color (decimal): -11517644 or 3424592. OLE color: 3424592.

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

Color convert

RGB806552-
CMYK00.190.350.69
HSL27.86º21.21%25.88%-
HSV(B)27.86º35%31.37%-
XYZ5.825.734.05-
YUV68118.97136.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=40.61%
G=32.99%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80655200.190.350.6927.8621.2125.88
Hex50413401323451c151a
Octal1201016402343105342532
Binary101000010000011101000100111000111000101111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504134; }

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

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

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

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

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

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

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

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