#58513A

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

Shades of Panda #58513A

Tints of Panda #58513A

Color information

#58513A (or 0x58513A) is unknown color: approx Panda. HEX triplet: 58, 51 and 3A. RGB value is (88,81,58). Sum of RGB (Red+Green+Blue) = 88+81+58=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #58513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58513A is #A7AEC5. Grayscale: #505050. Windows color (decimal): -10989254 or 3821912. OLE color: 3821912.

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

Color convert

RGB888158-
CMYK00.080.340.65
HSL46º20.55%28.63%-
HSV(B)46º34.09%34.51%-
XYZ7.738.275.19-
YUV80.47115.32133.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=38.77%
G=35.68%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88815800.080.340.654620.5528.63
Hex58513A0822412e151d
Octal1301217201042101562535
Binary101100010100011110100100010001010000011011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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