#5A533D

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

Shades of Panda #5A533D

Tints of Panda #5A533D

Color information

#5A533D (or 0x5A533D) is unknown color: approx Panda. HEX triplet: 5A, 53 and 3D. RGB value is (90,83,61). Sum of RGB (Red+Green+Blue) = 90+83+61=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A533D is #A5ACC2. Grayscale: #525252. Windows color (decimal): -10857667 or 4019034. OLE color: 4019034.

HSL color Cylindrical-coordinate representation of color #5A533D: hue angle of 45.52º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A533D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB908361-
CMYK00.080.320.65
HSL45.52º19.21%29.61%-
HSV(B)45.52º32.22%35.29%-
XYZ8.158.75.66-
YUV82.58115.82133.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=38.46%
G=35.47%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90836100.080.320.6545.5219.2129.61
Hex5A533D0820412e131e
Octal1321237501040101562336
Binary101101010100111111010100010000010000011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A533D; }

 p { color: rgb(90,83,61); }

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

<style>
 a { background-color: #5A533D; }

 a { background-color: rgb(90,83,61); }

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

<style>
 span { border-color: #5A533D; }

 span { border-color: rgb(90,83,61); }

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