Html Css Color HEX #493C40 Jon

📋 copy color: '#493C40'

red 73 ◦ green 60 ◦ blue 64

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

Shades of Jon #493C40

Tints of Jon #493C40

RGB

 RED value IS 73 (28.91% from 255) = 37.06%

 GREEN value IS 60 (23.83% from 255) = 30.46%

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

R = 37.06%
G = 30.46%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#493C40 (or 0x493C40) is known color: Jon. HEX triplet: 49, 3C and 40. RGB value is (73,60,64). Sum of RGB (Red+Green+Blue) = 73+60+64=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #493C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C40 is #B6C3BF. Grayscale: #404040. Windows color (decimal): -11977664 or 4209737. OLE color: 4209737.

HSL color Cylindrical-coordinate representation of color #493C40: hue angle of 341.54º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #493C40 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 60 64 -
CMYK 0 0.18 0.12 0.71
HSL 341.54º 0.1% 0.26% -
HSV(B) 341.54º 0.18% 0.29% -
XYZ 5.29 5.02 5.54 -
YUV 64.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 73 60 64 0 0.18 0.12 0.71 341.54 0.1 0.26
Hex 49 3C 40 0 12 C 47 156 A 1A
Octal 111 74 100 0 22 14 107 526 12 32
Binary 1001001 111100 1000000 0 10010 1100 1000111 101010110 1010 11010

Color Harmonies of #493C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C40

Black with #493C40

Text Example


Text Example

White with #493C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493C40; }

 p { color: rgb(73,60,64); }

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

background-color css

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

 a { background-color: rgb(73,60,64); }

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

border-color css

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

 span { border-color: rgb(73,60,64); }

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