#4F4A3A

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

Shades of Panda #4F4A3A

Tints of Panda #4F4A3A

Color information

#4F4A3A (or 0x4F4A3A) is unknown color: approx Panda. HEX triplet: 4F, 4A and 3A. RGB value is (79,74,58). Sum of RGB (Red+Green+Blue) = 79+74+58=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A3A is #B0B5C5. Grayscale: #494949. Windows color (decimal): -11580870 or 3820111. OLE color: 3820111.

HSL color Cylindrical-coordinate representation of color #4F4A3A: hue angle of 45.71º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F4A3A is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB797458-
CMYK00.060.270.69
HSL45.71º15.33%26.86%-
HSV(B)45.71º26.58%30.98%-
XYZ6.446.874.99-
YUV73.67119.16131.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.44%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=37.44%
G=35.07%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79745800.060.270.6945.7115.3326.86
Hex4F4A3A061B452ef1b
Octal117112720633105561733
Binary100111110010101110100110110111000101101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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