#493A33

Color #493A33 Paco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paco #493A33

Tints of Paco #493A33

Color information

#493A33 (or 0x493A33) is unknown color: approx Paco. HEX triplet: 49, 3A and 33. RGB value is (73,58,51). Sum of RGB (Red+Green+Blue) = 73+58+51=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 73 - color contains mainly: red. Hex color #493A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A33 is #B6C5CC. Grayscale: #3D3D3D. Windows color (decimal): -11978189 or 3357257. OLE color: 3357257.

HSL color Cylindrical-coordinate representation of color #493A33: hue angle of 19.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493A33 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB735851-
CMYK00.210.300.71
HSL19.09º17.74%24.31%-
HSV(B)19.09º30.14%28.63%-
XYZ4.864.683.78-
YUV61.69121.97136.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=40.11%
G=31.87%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73585100.210.300.7119.0917.7424.31
Hex493A330151E47131218
Octal111726302536107232230
Binary1001001111010110011010101111101000111100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #493A33;
 }
 .AnyTagClassName
 {
   color: #493A33;
 }
</style>
background-color css

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

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

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

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

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

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