Html Css Color HEX #49473D Panda

📋 copy color: '#49473D'

red 73 ◦ green 71 ◦ blue 61

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

Shades of Panda #49473D

Tints of Panda #49473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 35.61%
G = 34.63%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#49473D (or 0x49473D) is known color: Panda. HEX triplet: 49, 47 and 3D. RGB value is (73,71,61). Sum of RGB (Red+Green+Blue) = 73+71+61=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #49473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49473D is #B6B8C2. Grayscale: #464646. Windows color (decimal): -11974851 or 4015945. OLE color: 4015945.

HSL color Cylindrical-coordinate representation of color #49473D: hue angle of 50º 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 #49473D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 71 61 -
CMYK 0 0.03 0.16 0.71
HSL 50º 0.09% 0.26% -
HSV(B) 50º 0.16% 0.29% -
XYZ 5.84 6.26 5.32 -
YUV 70.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 73 71 61 0 0.03 0.16 0.71 50 0.09 0.26
Hex 49 47 3D 0 3 10 47 32 9 1A
Octal 111 107 75 0 3 20 107 62 11 32
Binary 1001001 1000111 111101 0 11 10000 1000111 110010 1001 11010

Color Harmonies of #49473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49473D

Black with #49473D

Text Example


Text Example

White with #49473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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