Html Css Color HEX #49413D Paco

📋 copy color: '#49413D'

red 73 ◦ green 65 ◦ blue 61

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

Shades of Paco #49413D

Tints of Paco #49413D

RGB

 RED value IS 73 (28.91% from 255) = 36.68%

 GREEN value IS 65 (25.78% from 255) = 32.66%

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 36.68%
G = 32.66%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49413D (or 0x49413D) is known color: Paco. HEX triplet: 49, 41 and 3D. RGB value is (73,65,61). Sum of RGB (Red+Green+Blue) = 73+65+61=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #49413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49413D is #B6BEC2. Grayscale: #424242. Windows color (decimal): -11976387 or 4014409. OLE color: 4014409.

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

Color convert

RGB 73 65 61 -
CMYK 0 0.11 0.16 0.71
HSL 20º 0.09% 0.26% -
HSV(B) 20º 0.16% 0.29% -
XYZ 5.48 5.53 5.19 -
YUV 66.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 73 65 61 0 0.11 0.16 0.71 20 0.09 0.26
Hex 49 41 3D 0 B 10 47 14 9 1A
Octal 111 101 75 0 13 20 107 24 11 32
Binary 1001001 1000001 111101 0 1011 10000 1000111 10100 1001 11010

Color Harmonies of #49413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49413D

Black with #49413D

Text Example


Text Example

White with #49413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49413D;
 }
 .AnyTagClassName
 {
   color: #49413D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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