#58513C

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

Shades of Panda #58513C

Tints of Panda #58513C

Color information

#58513C (or 0x58513C) is unknown color: approx Panda. HEX triplet: 58, 51 and 3C. RGB value is (88,81,60). Sum of RGB (Red+Green+Blue) = 88+81+60=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #58513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58513C is #A7AEC3. Grayscale: #505050. Windows color (decimal): -10989252 or 3952984. OLE color: 3952984.

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

Color convert

RGB888160-
CMYK00.080.320.65
HSL45º18.92%29.02%-
HSV(B)45º31.82%34.51%-
XYZ7.788.295.46-
YUV80.7116.32133.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=38.43%
G=35.37%
B=26.20%

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
Decimal88816000.080.320.654518.9229.02
Hex58513C0820412d131d
Octal1301217401040101552335
Binary101100010100011111000100010000010000011011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58513C; }

 p { color: rgb(88,81,60); }

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

<style>
 a { background-color: #58513C; }

 a { background-color: rgb(88,81,60); }

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

<style>
 span { border-color: #58513C; }

 span { border-color: rgb(88,81,60); }

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