Html Css Color HEX #503F40 Jon

📋 copy color: '#503F40'

red 80 ◦ green 63 ◦ blue 64

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

Shades of Jon #503F40

Tints of Jon #503F40

RGB

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

 GREEN value IS 63 (25% from 255) = 30.43%

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 38.65%
G = 30.43%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#503F40 (or 0x503F40) is known color: Jon. HEX triplet: 50, 3F and 40. RGB value is (80,63,64). Sum of RGB (Red+Green+Blue) = 80+63+64=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #503F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F40 is #AFC0BF. Grayscale: #444444. Windows color (decimal): -11518144 or 4210512. OLE color: 4210512.

HSL color Cylindrical-coordinate representation of color #503F40: hue angle of 356.47º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #503F40 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 63 64 -
CMYK 0 0.21 0.20 0.69
HSL 356.47º 0.12% 0.28% -
HSV(B) 356.47º 0.21% 0.31% -
XYZ 6.01 5.63 5.62 -
YUV 68.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 80 63 64 0 0.21 0.20 0.69 356.47 0.12 0.28
Hex 50 3F 40 0 15 14 45 164 C 1C
Octal 120 77 100 0 25 24 105 544 14 34
Binary 1010000 111111 1000000 0 10101 10100 1000101 101100100 1100 11100

Color Harmonies of #503F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F40

Black with #503F40

Text Example


Text Example

White with #503F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F40; }

 p { color: rgb(80,63,64); }

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

background-color css

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

 a { background-color: rgb(80,63,64); }

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

border-color css

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

 span { border-color: rgb(80,63,64); }

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