#535038

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

Shades of Panda #535038

Tints of Panda #535038

Color information

#535038 (or 0x535038) is unknown color: approx Panda. HEX triplet: 53, 50 and 38. RGB value is (83,80,56). Sum of RGB (Red+Green+Blue) = 83+80+56=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #535038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535038 is #ACAFC7. Grayscale: #4E4E4E. Windows color (decimal): -11317192 or 3690579. OLE color: 3690579.

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

Color convert

RGB838056-
CMYK00.040.330.67
HSL53.33º19.42%27.25%-
HSV(B)53.33º32.53%32.55%-
XYZ7.157.864.88-
YUV78.16115.49131.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=37.90%
G=36.53%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83805600.040.330.6753.3319.4227.25
Hex53503804214335131b
Octal123120700441103652333
Binary10100111010000111000010010000110000111101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535038; }

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

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

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

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

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

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

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

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