#50393E

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

Shades of Jon #50393E

Tints of Jon #50393E

Color information

#50393E (or 0x50393E) is unknown color: approx Jon. HEX triplet: 50, 39 and 3E. RGB value is (80,57,62). Sum of RGB (Red+Green+Blue) = 80+57+62=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50393E is #AFC6C1. Grayscale: #404040. Windows color (decimal): -11519682 or 4077904. OLE color: 4077904.

HSL color Cylindrical-coordinate representation of color #50393E: hue angle of 346.96º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50393E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB805762-
CMYK00.290.220.69
HSL346.96º16.79%26.86%-
HSV(B)346.96º28.75%31.37%-
XYZ5.644.985.22-
YUV64.45126.62139.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=40.20%
G=28.64%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80576200.290.220.69346.9616.7926.86
Hex50393E01D164515b111b
Octal1207176035261055332133
Binary10100001110011111100111011011010001011010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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