#48463C

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

Shades of Panda #48463C

Tints of Panda #48463C

Color information

#48463C (or 0x48463C) is unknown color: approx Panda. HEX triplet: 48, 46 and 3C. RGB value is (72,70,60). Sum of RGB (Red+Green+Blue) = 72+70+60=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #48463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48463C is #B7B9C3. Grayscale: #454545. Windows color (decimal): -12040644 or 3950152. OLE color: 3950152.

HSL color Cylindrical-coordinate representation of color #48463C: hue angle of 50º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #48463C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB727060-
CMYK00.030.170.72
HSL50º9.09%25.88%-
HSV(B)50º16.67%28.24%-
XYZ5.686.085.15-
YUV69.46122.66129.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=35.64%
G=34.65%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72706000.030.170.72509.0925.88
Hex48463C0311483291a
Octal110106740321110621132
Binary10010001000110111100011100011001000110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48463C; }

 p { color: rgb(72,70,60); }

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

<style>
 a { background-color: #48463C; }

 a { background-color: rgb(72,70,60); }

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

<style>
 span { border-color: #48463C; }

 span { border-color: rgb(72,70,60); }

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