#50392F

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

Shades of Paco #50392F

Tints of Paco #50392F

Color information

#50392F (or 0x50392F) is unknown color: approx Paco. HEX triplet: 50, 39 and 2F. RGB value is (80,57,47). Sum of RGB (Red+Green+Blue) = 80+57+47=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #50392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50392F is #AFC6D0. Grayscale: #3E3E3E. Windows color (decimal): -11519697 or 3094864. OLE color: 3094864.

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

Color convert

RGB805747-
CMYK00.290.410.69
HSL18.18º25.98%24.9%-
HSV(B)18.18º41.25%31.37%-
XYZ5.284.843.34-
YUV62.74119.12140.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=43.48%
G=30.98%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80574700.290.410.6918.1825.9824.9
Hex50392F01D2945121a19
Octal120715703551105223231
Binary10100001110011011110111011010011000101100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50392F; }

 p { color: rgb(80,57,47); }

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

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

 a { background-color: rgb(80,57,47); }

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

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

 span { border-color: rgb(80,57,47); }

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