#55533A

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

Shades of Panda #55533A

Tints of Panda #55533A

Color information

#55533A (or 0x55533A) is unknown color: approx Panda. HEX triplet: 55, 53 and 3A. RGB value is (85,83,58). Sum of RGB (Red+Green+Blue) = 85+83+58=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55533A is #AAACC5. Grayscale: #505050. Windows color (decimal): -11185350 or 3822421. OLE color: 3822421.

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

Color convert

RGB858358-
CMYK00.020.320.67
HSL55.56º18.88%28.04%-
HSV(B)55.56º31.76%33.33%-
XYZ7.68.425.23-
YUV80.75115.16131.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=37.61%
G=36.73%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85835800.020.320.6755.5618.8828.04
Hex55533A02204338131c
Octal125123720240103702334
Binary1010101101001111101001010000010000111110001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55533A; }

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

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

<style>
 a { background-color: #55533A; }

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

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

<style>
 span { border-color: #55533A; }

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

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