#554F36

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

Shades of Panda #554F36

Tints of Panda #554F36

Color information

#554F36 (or 0x554F36) is unknown color: approx Panda. HEX triplet: 55, 4F and 36. RGB value is (85,79,54). Sum of RGB (Red+Green+Blue) = 85+79+54=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F36 is #AAB0C9. Grayscale: #4E4E4E. Windows color (decimal): -11186378 or 3559253. OLE color: 3559253.

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

Color convert

RGB857954-
CMYK00.070.360.67
HSL48.39º22.3%27.25%-
HSV(B)48.39º36.47%33.33%-
XYZ7.217.794.61-
YUV77.94114.49133.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=38.99%
G=36.24%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85795400.070.360.6748.3922.327.25
Hex554F3607244330161b
Octal125117660744103602633
Binary10101011001111110110011110010010000111100001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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