#5A513D

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

Shades of Panda #5A513D

Tints of Panda #5A513D

Color information

#5A513D (or 0x5A513D) is unknown color: approx Panda. HEX triplet: 5A, 51 and 3D. RGB value is (90,81,61). Sum of RGB (Red+Green+Blue) = 90+81+61=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 90 - color contains mainly: red. Hex color #5A513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A513D is #A5AEC2. Grayscale: #515151. Windows color (decimal): -10858179 or 4018522. OLE color: 4018522.

HSL color Cylindrical-coordinate representation of color #5A513D: hue angle of 41.38º 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 #5A513D is Cyan = 0, Magento = 0.1, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB908161-
CMYK00.10.320.65
HSL41.38º19.21%29.61%-
HSV(B)41.38º32.22%35.29%-
XYZ88.45.61-
YUV81.41116.48134.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.79%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=38.79%
G=34.91%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90816100.10.320.6541.3819.2129.61
Hex5A513D0A204129131e
Octal1321217501240101512336
Binary101101010100011111010101010000010000011010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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