#4A473C

Color #4A473C Panda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panda #4A473C

Tints of Panda #4A473C

Color information

#4A473C (or 0x4A473C) is unknown color: approx Panda. HEX triplet: 4A, 47 and 3C. RGB value is (74,71,60). Sum of RGB (Red+Green+Blue) = 74+71+60=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 74 - color contains mainly: red. Hex color #4A473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A473C is #B5B8C3. Grayscale: #464646. Windows color (decimal): -11909316 or 3950410. OLE color: 3950410.

HSL color Cylindrical-coordinate representation of color #4A473C: hue angle of 47.14º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A473C is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB747160-
CMYK00.040.190.71
HSL47.14º10.45%26.27%-
HSV(B)47.14º18.92%29.02%-
XYZ5.896.295.18-
YUV70.64121.99130.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=36.10%
G=34.63%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74716000.040.190.7147.1410.4526.27
Hex4A473C0413472fa1a
Octal112107740423107571232
Binary100101010001111111000100100111000111101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A473C; }

 p { color: rgb(74,71,60); }

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

<style>
 a { background-color: #4A473C; }

 a { background-color: rgb(74,71,60); }

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

<style>
 span { border-color: #4A473C; }

 span { border-color: rgb(74,71,60); }

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