#554F3A

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

Shades of Panda #554F3A

Tints of Panda #554F3A

Color information

#554F3A (or 0x554F3A) is unknown color: approx Panda. HEX triplet: 55, 4F and 3A. RGB value is (85,79,58). Sum of RGB (Red+Green+Blue) = 85+79+58=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F3A is #AAB0C5. Grayscale: #4E4E4E. Windows color (decimal): -11186374 or 3821397. OLE color: 3821397.

HSL color Cylindrical-coordinate representation of color #554F3A: hue angle of 46.67º 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 #554F3A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB857958-
CMYK00.070.320.67
HSL46.67º18.88%28.04%-
HSV(B)46.67º31.76%33.33%-
XYZ7.317.835.13-
YUV78.4116.49132.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=38.29%
G=35.59%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85795800.070.320.6746.6718.8828.04
Hex554F3A0720432f131c
Octal125117720740103572334
Binary10101011001111111010011110000010000111011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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