#554E3A

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

Shades of Panda #554E3A

Tints of Panda #554E3A

Color information

#554E3A (or 0x554E3A) is unknown color: approx Panda. HEX triplet: 55, 4E and 3A. RGB value is (85,78,58). Sum of RGB (Red+Green+Blue) = 85+78+58=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E3A is #AAB1C5. Grayscale: #4D4D4D. Windows color (decimal): -11186630 or 3821141. OLE color: 3821141.

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

Color convert

RGB857858-
CMYK00.080.320.67
HSL44.44º18.88%28.04%-
HSV(B)44.44º31.76%33.33%-
XYZ7.237.695.11-
YUV77.81116.82133.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.46%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=38.46%
G=35.29%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85785800.080.320.6744.4418.8828.04
Hex554E3A0820432c131c
Octal1251167201040103542334
Binary101010110011101110100100010000010000111011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,58); }

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

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

 a { background-color: rgb(85,78,58); }

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

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

 span { border-color: rgb(85,78,58); }

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