#585135

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

Shades of Panda #585135

Tints of Panda #585135

Color information

#585135 (or 0x585135) is unknown color: approx Panda. HEX triplet: 58, 51 and 35. RGB value is (88,81,53). Sum of RGB (Red+Green+Blue) = 88+81+53=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #585135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585135 is #A7AECA. Grayscale: #505050. Windows color (decimal): -10989259 or 3494232. OLE color: 3494232.

HSL color Cylindrical-coordinate representation of color #585135: hue angle of 48º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #585135 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB888153-
CMYK00.080.400.65
HSL48º24.82%27.65%-
HSV(B)48º39.77%34.51%-
XYZ7.618.224.55-
YUV79.9112.82133.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=39.64%
G=36.49%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88815300.080.400.654824.8227.65
Hex58513508284130191c
Octal1301216501050101603134
Binary101100010100011101010100010100010000011100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585135; }

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

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

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

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

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

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

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

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