#49413C

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

Shades of Paco #49413C

Tints of Paco #49413C

Color information

#49413C (or 0x49413C) is unknown color: approx Paco. HEX triplet: 49, 41 and 3C. RGB value is (73,65,60). Sum of RGB (Red+Green+Blue) = 73+65+60=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #49413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49413C is #B6BEC3. Grayscale: #424242. Windows color (decimal): -11976388 or 3948873. OLE color: 3948873.

HSL color Cylindrical-coordinate representation of color #49413C: hue angle of 23.08º 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 #49413C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB736560-
CMYK00.110.180.71
HSL23.08º9.77%26.08%-
HSV(B)23.08º17.81%28.63%-
XYZ5.455.525.05-
YUV66.82124.15132.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 60 (23.83% from 255) = 30.30%
R=36.87%
G=32.83%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73656000.110.180.7123.089.7726.08
Hex49413C0B124717a1a
Octal1111017401322107271232
Binary100100110000011111000101110010100011110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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