#535140

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

Shades of Panda #535140

Tints of Panda #535140

Color information

#535140 (or 0x535140) is unknown color: approx Panda. HEX triplet: 53, 51 and 40. RGB value is (83,81,64). Sum of RGB (Red+Green+Blue) = 83+81+64=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #535140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535140 is #ACAEBF. Grayscale: #4F4F4F. Windows color (decimal): -11316928 or 4215123. OLE color: 4215123.

HSL color Cylindrical-coordinate representation of color #535140: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535140 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB838164-
CMYK00.020.230.67
HSL53.68º12.93%28.82%-
HSV(B)53.68º22.89%32.55%-
XYZ7.448.096.02-
YUV79.66119.16130.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 81 (32.03% from 255) = 35.53%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=36.40%
G=35.53%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83816400.020.230.6753.6812.9328.82
Hex53514002174336d1d
Octal1231211000227103661535
Binary101001110100011000000010101111000011110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535140; }

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

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

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

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

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

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

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

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