#4F4B3A

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

Shades of Panda #4F4B3A

Tints of Panda #4F4B3A

Color information

#4F4B3A (or 0x4F4B3A) is unknown color: approx Panda. HEX triplet: 4F, 4B and 3A. RGB value is (79,75,58). Sum of RGB (Red+Green+Blue) = 79+75+58=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4B3A is #B0B4C5. Grayscale: #4A4A4A. Windows color (decimal): -11580614 or 3820367. OLE color: 3820367.

HSL color Cylindrical-coordinate representation of color #4F4B3A: hue angle of 48.57º 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 #4F4B3A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB797558-
CMYK00.050.270.69
HSL48.57º15.33%26.86%-
HSV(B)48.57º26.58%30.98%-
XYZ6.575.01-
YUV74.26118.83131.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.26%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=37.26%
G=35.38%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79755800.050.270.6948.5715.3326.86
Hex4F4B3A051B4531f1b
Octal117113720533105611733
Binary100111110010111110100101110111000101110001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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