#4A473A

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

Shades of Panda #4A473A

Tints of Panda #4A473A

Color information

#4A473A (or 0x4A473A) is unknown color: approx Panda. HEX triplet: 4A, 47 and 3A. RGB value is (74,71,58). Sum of RGB (Red+Green+Blue) = 74+71+58=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 74 - color contains mainly: red. Hex color #4A473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A473A is #B5B8C5. Grayscale: #464646. Windows color (decimal): -11909318 or 3819338. OLE color: 3819338.

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

Color convert

RGB747158-
CMYK00.040.220.71
HSL48.75º12.12%25.88%-
HSV(B)48.75º21.62%29.02%-
XYZ5.846.274.9-
YUV70.41120.99130.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 58 (23.05% from 255) = 28.57%
R=36.45%
G=34.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74715800.040.220.7148.7512.1225.88
Hex4A473A04164731c1a
Octal112107720426107611432
Binary100101010001111110100100101101000111110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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