#50373A

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

Shades of Jon #50373A

Tints of Jon #50373A

Color information

#50373A (or 0x50373A) is unknown color: approx Jon. HEX triplet: 50, 37 and 3A. RGB value is (80,55,58). Sum of RGB (Red+Green+Blue) = 80+55+58=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #50373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50373A is #AFC8C5. Grayscale: #3E3E3E. Windows color (decimal): -11520198 or 3815248. OLE color: 3815248.

HSL color Cylindrical-coordinate representation of color #50373A: hue angle of 352.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50373A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB805558-
CMYK00.310.280.69
HSL352.8º18.52%26.47%-
HSV(B)352.8º31.25%31.37%-
XYZ5.444.744.63-
YUV62.82125.28140.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=41.45%
G=28.50%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80555800.310.280.69352.818.5226.47
Hex50373A01F1C45161131a
Octal1206772037341055412332
Binary10100001101111110100111111110010001011011000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50373A; }

 p { color: rgb(80,55,58); }

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

<style>
 a { background-color: #50373A; }

 a { background-color: rgb(80,55,58); }

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

<style>
 span { border-color: #50373A; }

 span { border-color: rgb(80,55,58); }

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