#50392E

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

Shades of Paco #50392E

Tints of Paco #50392E

Color information

#50392E (or 0x50392E) is unknown color: approx Paco. HEX triplet: 50, 39 and 2E. RGB value is (80,57,46). Sum of RGB (Red+Green+Blue) = 80+57+46=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50392E is #AFC6D1. Grayscale: #3E3E3E. Windows color (decimal): -11519698 or 3029328. OLE color: 3029328.

HSL color Cylindrical-coordinate representation of color #50392E: hue angle of 19.41º 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 #50392E is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB805746-
CMYK00.290.420.69
HSL19.41º26.98%24.71%-
HSV(B)19.41º42.5%31.37%-
XYZ5.264.833.24-
YUV62.62118.62140.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.72%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=43.72%
G=31.15%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80574600.290.420.6919.4126.9824.71
Hex50392E01D2A45131b19
Octal120715603552105233331
Binary10100001110011011100111011010101000101100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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