Html Css Color HEX #493F44 Liver

📋 copy color: '#493F44'

red 73 ◦ green 63 ◦ blue 68

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

Shades of Liver #493F44

Tints of Liver #493F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.33%

R = 35.78%
G = 30.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#493F44 (or 0x493F44) is known color: Liver. HEX triplet: 49, 3F and 44. RGB value is (73,63,68). Sum of RGB (Red+Green+Blue) = 73+63+68=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #493F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F44 is #B6C0BB. Grayscale: #424242. Windows color (decimal): -11976892 or 4472649. OLE color: 4472649.

HSL color Cylindrical-coordinate representation of color #493F44: hue angle of 330º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #493F44 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 68 -
CMYK 0 0.14 0.07 0.71
HSL 330º 0.07% 0.27% -
HSV(B) 330º 0.14% 0.29% -
XYZ 5.57 5.39 6.22 -
YUV 66.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 73 63 68 0 0.14 0.07 0.71 330 0.07 0.27
Hex 49 3F 44 0 E 7 47 14A 7 1B
Octal 111 77 104 0 16 7 107 512 7 33
Binary 1001001 111111 1000100 0 1110 111 1000111 101001010 111 11011

Color Harmonies of #493F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F44

Black with #493F44

Text Example


Text Example

White with #493F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,68); }

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

background-color css

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

 a { background-color: rgb(73,63,68); }

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

border-color css

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

 span { border-color: rgb(73,63,68); }

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