#585140

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

Shades of Panda #585140

Tints of Panda #585140

Color information

#585140 (or 0x585140) is unknown color: approx Panda. HEX triplet: 58, 51 and 40. RGB value is (88,81,64). Sum of RGB (Red+Green+Blue) = 88+81+64=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #585140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585140 is #A7AEBF. Grayscale: #515151. Windows color (decimal): -10989248 or 4215128. OLE color: 4215128.

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

Color convert

RGB888164-
CMYK00.080.270.65
HSL42.5º15.79%29.8%-
HSV(B)42.5º27.27%34.51%-
XYZ7.898.336.04-
YUV81.16118.32132.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=37.77%
G=34.76%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88816400.080.270.6542.515.7929.8
Hex585140081B412b101e
Octal13012110001033101532036
Binary101100010100011000000010001101110000011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585140; }

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

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

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

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

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

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

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

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