#4B473C

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

Shades of Panda #4B473C

Tints of Panda #4B473C

Color information

#4B473C (or 0x4B473C) is unknown color: approx Panda. HEX triplet: 4B, 47 and 3C. RGB value is (75,71,60). Sum of RGB (Red+Green+Blue) = 75+71+60=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B473C is #B4B8C3. Grayscale: #464646. Windows color (decimal): -11843780 or 3950411. OLE color: 3950411.

HSL color Cylindrical-coordinate representation of color #4B473C: hue angle of 44º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B473C is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB757160-
CMYK00.050.200.71
HSL44º11.11%26.47%-
HSV(B)44º20%29.41%-
XYZ5.976.335.18-
YUV70.94121.83130.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=36.41%
G=34.47%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75716000.050.200.714411.1126.47
Hex4B473C0514472cb1a
Octal113107740524107541332
Binary100101110001111111000101101001000111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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