#50443D

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

Shades of Paco #50443D

Tints of Paco #50443D

Color information

#50443D (or 0x50443D) is unknown color: approx Paco. HEX triplet: 50, 44 and 3D. RGB value is (80,68,61). Sum of RGB (Red+Green+Blue) = 80+68+61=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #50443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50443D is #AFBBC2. Grayscale: #464646. Windows color (decimal): -11516867 or 4015184. OLE color: 4015184.

HSL color Cylindrical-coordinate representation of color #50443D: hue angle of 22.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #50443D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB806861-
CMYK00.150.240.69
HSL22.11º13.48%27.65%-
HSV(B)22.11º23.75%31.37%-
XYZ6.226.185.28-
YUV70.79122.48134.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=38.28%
G=32.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80686100.150.240.6922.1113.4827.65
Hex50443D0F184516d1c
Octal1201047501730105261534
Binary101000010001001111010111111000100010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50443D; }

 p { color: rgb(80,68,61); }

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

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

 a { background-color: rgb(80,68,61); }

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

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

 span { border-color: rgb(80,68,61); }

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