#4B483C

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

Shades of Panda #4B483C

Tints of Panda #4B483C

Color information

#4B483C (or 0x4B483C) is unknown color: approx Panda. HEX triplet: 4B, 48 and 3C. RGB value is (75,72,60). Sum of RGB (Red+Green+Blue) = 75+72+60=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B483C is #B4B7C3. Grayscale: #474747. Windows color (decimal): -11843524 or 3950667. OLE color: 3950667.

HSL color Cylindrical-coordinate representation of color #4B483C: hue angle of 48º 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 #4B483C is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB757260-
CMYK00.040.200.71
HSL48º11.11%26.47%-
HSV(B)48º20%29.41%-
XYZ6.036.465.2-
YUV71.53121.49130.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=36.23%
G=34.78%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75726000.040.200.714811.1126.47
Hex4B483C04144730b1a
Octal113110740424107601332
Binary100101110010001111000100101001000111110000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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