Html Css Color HEX #49413E Paco

📋 copy color: '#49413E'

red 73 ◦ green 65 ◦ blue 62

#49413E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paco #49413E

Tints of Paco #49413E

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 value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#49413E (or 0x49413E) is known color: 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

RGB 73 65 62 -
CMYK 0 0.11 0.15 0.71
HSL 16.36º 0.08% 0.26% -
HSV(B) 16.36º 0.15% 0.29% -
XYZ 5.51 5.54 5.34 -
YUV 67.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 73 65 62 0 0.11 0.15 0.71 16.36 0.08 0.26
Hex 49 41 3E 0 B F 47 10 8 1A
Octal 111 101 76 0 13 17 107 20 10 32
Binary 1001001 1000001 111110 0 1011 1111 1000111 10000 1000 11010

Color Harmonies of #49413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49413E

Black with #49413E

Text Example


Text Example

White with #49413E

Text Example


Text Example

HTML Codes & Css Web 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>