Html Css Color HEX #494340 Paco

📋 copy color: '#494340'

red 73 ◦ green 67 ◦ blue 64

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

Shades of Paco #494340

Tints of Paco #494340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 35.78%
G = 32.84%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#494340 (or 0x494340) is known color: Paco. HEX triplet: 49, 43 and 40. RGB value is (73,67,64). Sum of RGB (Red+Green+Blue) = 73+67+64=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #494340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494340 is #B6BCBF. Grayscale: #444444. Windows color (decimal): -11975872 or 4211529. OLE color: 4211529.

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

Color convert

RGB 73 67 64 -
CMYK 0 0.08 0.12 0.71
HSL 20º 0.07% 0.27% -
HSV(B) 20º 0.12% 0.29% -
XYZ 5.68 5.8 5.67 -
YUV 68.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 73 67 64 0 0.08 0.12 0.71 20 0.07 0.27
Hex 49 43 40 0 8 C 47 14 7 1B
Octal 111 103 100 0 10 14 107 24 7 33
Binary 1001001 1000011 1000000 0 1000 1100 1000111 10100 111 11011

Color Harmonies of #494340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494340

Black with #494340

Text Example


Text Example

White with #494340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494340; }

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

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

background-color css

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

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

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

border-color css

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

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

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