Html Css Color HEX #493F3A Paco

📋 copy color: '#493F3A'

red 73 ◦ green 63 ◦ blue 58

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

Shades of Paco #493F3A

Tints of Paco #493F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 37.63%
G = 32.47%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#493F3A (or 0x493F3A) is known color: Paco. HEX triplet: 49, 3F and 3A. RGB value is (73,63,58). Sum of RGB (Red+Green+Blue) = 73+63+58=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 73 - color contains mainly: red. Hex color #493F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F3A is #B6C0C5. Grayscale: #414141. Windows color (decimal): -11976902 or 3817289. OLE color: 3817289.

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

Color convert

RGB 73 63 58 -
CMYK 0 0.14 0.21 0.71
HSL 20º 0.11% 0.26% -
HSV(B) 20º 0.21% 0.29% -
XYZ 5.29 5.28 4.74 -
YUV 65.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 73 63 58 0 0.14 0.21 0.71 20 0.11 0.26
Hex 49 3F 3A 0 E 15 47 14 B 1A
Octal 111 77 72 0 16 25 107 24 13 32
Binary 1001001 111111 111010 0 1110 10101 1000111 10100 1011 11010

Color Harmonies of #493F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F3A

Black with #493F3A

Text Example


Text Example

White with #493F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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