#49413E

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

Shades of Paco #49413E

Tints of Paco #49413E

Color information

#49413E (or 0x49413E) is unknown color: approx Paco. HEX triplet: 49, 41 and 3E. RGB value is (73,65,62). Sum of RGB (Red+Green+Blue) = 73+65+62=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #49413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49413E is #B6BEC1. Grayscale: #434343. Windows color (decimal): -11976386 or 4079945. OLE color: 4079945.

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

Color convert

RGB736562-
CMYK00.110.150.71
HSL16.36º8.15%26.47%-
HSV(B)16.36º15.07%28.63%-
XYZ5.515.545.34-
YUV67.05125.15132.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 62 (24.61% from 255) = 31%
R=36.5%
G=32.5%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73656200.110.150.7116.368.1526.47
Hex49413E0BF471081a
Octal1111017601317107201032
Binary10010011000001111110010111111100011110000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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