#49403C

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

Shades of Paco #49403C

Tints of Paco #49403C

Color information

#49403C (or 0x49403C) is unknown color: approx Paco. HEX triplet: 49, 40 and 3C. RGB value is (73,64,60). Sum of RGB (Red+Green+Blue) = 73+64+60=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #49403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49403C is #B6BFC3. Grayscale: #424242. Windows color (decimal): -11976644 or 3948617. OLE color: 3948617.

HSL color Cylindrical-coordinate representation of color #49403C: hue angle of 18.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49403C is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB736460-
CMYK00.120.180.71
HSL18.46º9.77%26.08%-
HSV(B)18.46º17.81%28.63%-
XYZ5.45.415.03-
YUV66.24124.48132.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=37.06%
G=32.49%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73646000.120.180.7118.469.7726.08
Hex49403C0C124712a1a
Octal1111007401422107221232
Binary100100110000001111000110010010100011110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49403C; }

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

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

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

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

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

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

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

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