#554F39

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

Shades of Panda #554F39

Tints of Panda #554F39

Color information

#554F39 (or 0x554F39) is unknown color: approx Panda. HEX triplet: 55, 4F and 39. RGB value is (85,79,57). Sum of RGB (Red+Green+Blue) = 85+79+57=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F39 is #AAB0C6. Grayscale: #4E4E4E. Windows color (decimal): -11186375 or 3755861. OLE color: 3755861.

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

Color convert

RGB857957-
CMYK00.070.330.67
HSL47.14º19.72%27.84%-
HSV(B)47.14º32.94%33.33%-
XYZ7.287.825-
YUV78.29115.99132.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 57 (22.66% from 255) = 25.79%
R=38.46%
G=35.75%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85795700.070.330.6747.1419.7227.84
Hex554F390721432f141c
Octal125117710741103572434
Binary10101011001111111001011110000110000111011111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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