#554E38

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

Shades of Panda #554E38

Tints of Panda #554E38

Color information

#554E38 (or 0x554E38) is unknown color: approx Panda. HEX triplet: 55, 4E and 38. RGB value is (85,78,56). Sum of RGB (Red+Green+Blue) = 85+78+56=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E38 is #AAB1C7. Grayscale: #4D4D4D. Windows color (decimal): -11186632 or 3690069. OLE color: 3690069.

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

Color convert

RGB857856-
CMYK00.080.340.67
HSL45.52º20.57%27.65%-
HSV(B)45.52º34.12%33.33%-
XYZ7.187.674.84-
YUV77.58115.82133.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=38.81%
G=35.62%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85785600.080.340.6745.5220.5727.65
Hex554E380822432e151c
Octal1251167001042103562534
Binary101010110011101110000100010001010000111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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