#554F3B

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

Shades of Panda #554F3B

Tints of Panda #554F3B

Color information

#554F3B (or 0x554F3B) is unknown color: approx Panda. HEX triplet: 55, 4F and 3B. RGB value is (85,79,59). Sum of RGB (Red+Green+Blue) = 85+79+59=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F3B is #AAB0C4. Grayscale: #4E4E4E. Windows color (decimal): -11186373 or 3886933. OLE color: 3886933.

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

Color convert

RGB857959-
CMYK00.070.310.67
HSL46.15º18.06%28.24%-
HSV(B)46.15º30.59%33.33%-
XYZ7.337.845.26-
YUV78.51116.99132.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=38.12%
G=35.43%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85795900.070.310.6746.1518.0628.24
Hex554F3B071F432e121c
Octal125117730737103562234
Binary1010101100111111101101111111110000111011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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