#49423F

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

Shades of Paco #49423F

Tints of Paco #49423F

Color information

#49423F (or 0x49423F) is unknown color: approx Paco. HEX triplet: 49, 42 and 3F. RGB value is (73,66,63). Sum of RGB (Red+Green+Blue) = 73+66+63=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #49423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49423F is #B6BDC0. Grayscale: #434343. Windows color (decimal): -11976129 or 4145737. OLE color: 4145737.

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

Color convert

RGB736663-
CMYK00.100.140.71
HSL18º7.35%26.67%-
HSV(B)18º13.7%28.63%-
XYZ5.595.675.5-
YUV67.75125.32131.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 63 (25% from 255) = 31.19%
R=36.14%
G=32.67%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73666300.100.140.71187.3526.67
Hex49423F0AE471271b
Octal111102770121610722733
Binary1001001100001011111101010111010001111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49423F; }

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

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

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

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

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

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

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

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