Html Css Color HEX #503739 Jon

📋 copy color: '#503739'

red 80 ◦ green 55 ◦ blue 57

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

Shades of Jon #503739

Tints of Jon #503739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

 BLUE value IS 57 (22.66% from 255) = 29.69%

R = 41.67%
G = 28.65%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#503739 (or 0x503739) is known color: Jon. HEX triplet: 50, 37 and 39. RGB value is (80,55,57). Sum of RGB (Red+Green+Blue) = 80+55+57=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 80 - color contains mainly: red. Hex color #503739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503739 is #AFC8C6. Grayscale: #3E3E3E. Windows color (decimal): -11520199 or 3749712. OLE color: 3749712.

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

Color convert

RGB 80 55 57 -
CMYK 0 0.31 0.29 0.69
HSL 355.2º 0.19% 0.26% -
HSV(B) 355.2º 0.31% 0.31% -
XYZ 5.41 4.73 4.5 -
YUV 62.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 80 55 57 0 0.31 0.29 0.69 355.2 0.19 0.26
Hex 50 37 39 0 1F 1D 45 163 13 1A
Octal 120 67 71 0 37 35 105 543 23 32
Binary 1010000 110111 111001 0 11111 11101 1000101 101100011 10011 11010

Color Harmonies of #503739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503739

Black with #503739

Text Example


Text Example

White with #503739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503739; }

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

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

background-color css

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

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

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

border-color css

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

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

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