Html Css Color HEX #493F45 Liver

📋 copy color: '#493F45'

red 73 ◦ green 63 ◦ blue 69

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

Shades of Liver #493F45

Tints of Liver #493F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 35.61%
G = 30.73%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#493F45 (or 0x493F45) is known color: Liver. HEX triplet: 49, 3F and 45. RGB value is (73,63,69). Sum of RGB (Red+Green+Blue) = 73+63+69=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #493F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F45 is #B6C0BA. Grayscale: #424242. Windows color (decimal): -11976891 or 4538185. OLE color: 4538185.

HSL color Cylindrical-coordinate representation of color #493F45: hue angle of 324º 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 #493F45 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 69 -
CMYK 0 0.14 0.05 0.71
HSL 324º 0.07% 0.27% -
HSV(B) 324º 0.14% 0.29% -
XYZ 5.6 5.4 6.38 -
YUV 66.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 73 63 69 0 0.14 0.05 0.71 324 0.07 0.27
Hex 49 3F 45 0 E 5 47 144 7 1B
Octal 111 77 105 0 16 5 107 504 7 33
Binary 1001001 111111 1000101 0 1110 101 1000111 101000100 111 11011

Color Harmonies of #493F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F45

Black with #493F45

Text Example


Text Example

White with #493F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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