#4A483D

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

Shades of Panda #4A483D

Tints of Panda #4A483D

Color information

#4A483D (or 0x4A483D) is unknown color: approx Panda. HEX triplet: 4A, 48 and 3D. RGB value is (74,72,61). Sum of RGB (Red+Green+Blue) = 74+72+61=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 74 - color contains mainly: red. Hex color #4A483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A483D is #B5B7C2. Grayscale: #474747. Windows color (decimal): -11909059 or 4016202. OLE color: 4016202.

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

Color convert

RGB747261-
CMYK00.030.180.71
HSL50.77º9.63%26.47%-
HSV(B)50.77º17.57%29.02%-
XYZ5.986.435.34-
YUV71.34122.16129.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=35.75%
G=34.78%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74726100.030.180.7150.779.6326.47
Hex4A483D03124733a1a
Octal112110750322107631232
Binary10010101001000111101011100101000111110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,61); }

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

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

 a { background-color: rgb(74,72,61); }

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

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

 span { border-color: rgb(74,72,61); }

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