Html Css Color HEX #50393B Jon

📋 copy color: '#50393B'

red 80 ◦ green 57 ◦ blue 59

#50393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #50393B

Tints of Jon #50393B

RGB

 RED value IS 80 (31.64% from 255) = 40.82%

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 40.82%
G = 29.08%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50393B (or 0x50393B) is known color: Jon. HEX triplet: 50, 39 and 3B. RGB value is (80,57,59). Sum of RGB (Red+Green+Blue) = 80+57+59=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #50393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50393B is #AFC6C4. Grayscale: #404040. Windows color (decimal): -11519685 or 3881296. OLE color: 3881296.

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

Color convert

RGB 80 57 59 -
CMYK 0 0.29 0.26 0.69
HSL 354.78º 0.17% 0.27% -
HSV(B) 354.78º 0.29% 0.31% -
XYZ 5.56 4.95 4.8 -
YUV 64.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 80 57 59 0 0.29 0.26 0.69 354.78 0.17 0.27
Hex 50 39 3B 0 1D 1A 45 163 11 1B
Octal 120 71 73 0 35 32 105 543 21 33
Binary 1010000 111001 111011 0 11101 11010 1000101 101100011 10001 11011

Color Harmonies of #50393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50393B

Black with #50393B

Text Example


Text Example

White with #50393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50393B;
 }
 .AnyTagClassName
 {
   color: #50393B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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