#50393C

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

Shades of Jon #50393C

Tints of Jon #50393C

Color information

#50393C (or 0x50393C) is unknown color: approx Jon. HEX triplet: 50, 39 and 3C. RGB value is (80,57,60). Sum of RGB (Red+Green+Blue) = 80+57+60=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50393C is #AFC6C3. Grayscale: #404040. Windows color (decimal): -11519684 or 3946832. OLE color: 3946832.

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

Color convert

RGB805760-
CMYK00.290.250.69
HSL352.17º16.79%26.86%-
HSV(B)352.17º28.75%31.37%-
XYZ5.594.964.94-
YUV64.22125.62139.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 57 (22.66% from 255) = 28.93%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=40.61%
G=28.93%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80576000.290.250.69352.1716.7926.86
Hex50393C01D1945160111b
Octal1207174035311055402133
Binary10100001110011111000111011100110001011011000001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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