#535039

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

Shades of Panda #535039

Tints of Panda #535039

Color information

#535039 (or 0x535039) is unknown color: approx Panda. HEX triplet: 53, 50 and 39. RGB value is (83,80,57). Sum of RGB (Red+Green+Blue) = 83+80+57=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #535039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535039 is #ACAFC6. Grayscale: #4E4E4E. Windows color (decimal): -11317191 or 3756115. OLE color: 3756115.

HSL color Cylindrical-coordinate representation of color #535039: hue angle of 53.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #535039 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB838057-
CMYK00.040.310.67
HSL53.08º18.57%27.45%-
HSV(B)53.08º31.33%32.55%-
XYZ7.177.875.01-
YUV78.27115.99131.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=37.73%
G=36.36%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83805700.040.310.6753.0818.5727.45
Hex535039041F4335131b
Octal123120710437103652333
Binary1010011101000011100101001111110000111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535039; }

 p { color: rgb(83,80,57); }

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

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

 a { background-color: rgb(83,80,57); }

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

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

 span { border-color: rgb(83,80,57); }

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