#554F3F

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

Shades of Panda #554F3F

Tints of Panda #554F3F

Color information

#554F3F (or 0x554F3F) is unknown color: approx Panda. HEX triplet: 55, 4F and 3F. RGB value is (85,79,63). Sum of RGB (Red+Green+Blue) = 85+79+63=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F3F is #AAB0C0. Grayscale: #4F4F4F. Windows color (decimal): -11186369 or 4149077. OLE color: 4149077.

HSL color Cylindrical-coordinate representation of color #554F3F: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #554F3F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB857963-
CMYK00.070.260.67
HSL43.64º14.86%29.02%-
HSV(B)43.64º25.88%33.33%-
XYZ7.447.885.83-
YUV78.97118.99132.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 63 (25% from 255) = 27.75%
R=37.44%
G=34.80%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85796300.070.260.6743.6414.8629.02
Hex554F3F071A432cf1d
Octal125117770732103541735
Binary101010110011111111110111110101000011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F3F; }

 p { color: rgb(85,79,63); }

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

<style>
 a { background-color: #554F3F; }

 a { background-color: rgb(85,79,63); }

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

<style>
 span { border-color: #554F3F; }

 span { border-color: rgb(85,79,63); }

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