Html Css Color HEX #493E41 Jon

📋 copy color: '#493E41'

red 73 ◦ green 62 ◦ blue 65

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

Shades of Jon #493E41

Tints of Jon #493E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31%

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 36.5%
G = 31%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#493E41 (or 0x493E41) is known color: Jon. HEX triplet: 49, 3E and 41. RGB value is (73,62,65). Sum of RGB (Red+Green+Blue) = 73+62+65=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #493E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E41 is #B6C1BE. Grayscale: #414141. Windows color (decimal): -11977151 or 4275785. OLE color: 4275785.

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

Color convert

RGB 73 62 65 -
CMYK 0 0.15 0.11 0.71
HSL 343.64º 0.08% 0.26% -
HSV(B) 343.64º 0.15% 0.29% -
XYZ 5.42 5.24 5.73 -
YUV 65.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 73 62 65 0 0.15 0.11 0.71 343.64 0.08 0.26
Hex 49 3E 41 0 F B 47 158 8 1A
Octal 111 76 101 0 17 13 107 530 10 32
Binary 1001001 111110 1000001 0 1111 1011 1000111 101011000 1000 11010

Color Harmonies of #493E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E41

Black with #493E41

Text Example


Text Example

White with #493E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,65); }

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

background-color css

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

 a { background-color: rgb(73,62,65); }

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

border-color css

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

 span { border-color: rgb(73,62,65); }

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