#5A523E

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

Shades of Panda #5A523E

Tints of Panda #5A523E

Color information

#5A523E (or 0x5A523E) is unknown color: approx Panda. HEX triplet: 5A, 52 and 3E. RGB value is (90,82,62). Sum of RGB (Red+Green+Blue) = 90+82+62=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A523E is #A5ADC1. Grayscale: #525252. Windows color (decimal): -10857922 or 4084314. OLE color: 4084314.

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

Color convert

RGB908262-
CMYK00.090.310.65
HSL42.86º18.42%29.8%-
HSV(B)42.86º31.11%35.29%-
XYZ8.18.565.78-
YUV82.11116.65133.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=38.46%
G=35.04%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90826200.090.310.6542.8618.4229.8
Hex5A523E091F412b121e
Octal1321227601137101532236
Binary10110101010010111110010011111110000011010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,62); }

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

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

 a { background-color: rgb(90,82,62); }

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

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

 span { border-color: rgb(90,82,62); }

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