Html Css Color HEX #535040 Panda

📋 copy color: '#535040'

red 83 ◦ green 80 ◦ blue 64

#535040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Panda #535040

Tints of Panda #535040

RGB

 RED value IS 83 (32.81% from 255) = 36.56%

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 36.56%
G = 35.24%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#535040 (or 0x535040) is known color: Panda. HEX triplet: 53, 50 and 40. RGB value is (83,80,64). Sum of RGB (Red+Green+Blue) = 83+80+64=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #535040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535040 is #ACAFBF. Grayscale: #4F4F4F. Windows color (decimal): -11317184 or 4214867. OLE color: 4214867.

HSL color Cylindrical-coordinate representation of color #535040: hue angle of 50.53º 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 #535040 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 64 -
CMYK 0 0.04 0.23 0.67
HSL 50.53º 0.13% 0.29% -
HSV(B) 50.53º 0.23% 0.33% -
XYZ 7.36 7.95 6 -
YUV 79.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 83 80 64 0 0.04 0.23 0.67 50.53 0.13 0.29
Hex 53 50 40 0 4 17 43 33 D 1D
Octal 123 120 100 0 4 27 103 63 15 35
Binary 1010011 1010000 1000000 0 100 10111 1000011 110011 1101 11101

Color Harmonies of #535040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535040

Black with #535040

Text Example


Text Example

White with #535040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535040; }

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

 H1.HeaderClassName
 {
   color: #535040;
 }
 .AnyTagClassName
 {
   color: #535040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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